Home Forums Theme support search engine Reply To: search engine

Hi,

of course you can set a title, just insert the title of your choice in the “title” input field of the widget. The background color of the widget you can change with css, just add this css code to the end of the style.css file in the root of theme:

.widget_search > div {
background: #333;
}