Sorry. I’m having some difficulty getting your img tag to show it.
It is here: https://imgur.com/a/NlD4H
And here: https://www.dropbox.com/s/dwv2ij3zaknqhwm/Capture.PNG?dl=0
Hopefully you’ll be able to see one of them.
Thanks, Richard
And Here: https://s3.amazonaws.com/ragscoop/Capture.PNG
Just to be sure.
Hello all,
Try the code below and place it in Theme panel->Custom CSS area.
.header-search input[type="submit"]{
background-color:red;
}
The result is here -> http://screencast.com/t/kK8KGf6ZbVR5
Thanks.
This does not work. I even tried !important, clearing cache etc. I’m guessing the problem might be that the search bar I want to change is inside a Widgetised Sidebar.
Could you please also address the question about changing the background for the word “Categories” which is shown in the example?
Thanks, Richard
You can see the site at: http://www.freedomite.com. (You might get an SSL error until my SSL certificate propagates.).
Thanks,
Richard
Hello RichardU,
Try the code below and place it in Theme panel->Custom CSS area.
input[type="submit"]{
background-color:red;
}
.block-title > a, .block-title > span {
font-family: 'Open Sans', arial, sans-serif;
background-color:red;
}
The result -> http://screencast.com/t/6N4yOyPvP
Thanks.
