Header and Search Button

Posted in: Newsmag
Post count: 19

In my Widgetised Sidebar, how do I change the background color of the search button and of the Headers (e.g. Categories) ?
Example

Thanks, Richard

Post count: 23312

Hello RichardU,

Please try to make a new screenshot and please re-send it because I cannot access it, sorry!

Thanks for the message!

Post count: 19

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

  • This reply was modified 9 years by RichardU.
  • This reply was modified 9 years by RichardU.
Post count: 19
Post count: 2

I have the same question and would like to know how to change just the black background of that search to color c707ea

Post count: 23312

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.

Post count: 19

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

Post count: 23312

Hello RichardU,

If you want a more accurate response (code), please notice that you should provide your website URL so I can inspect it closer, right?

Thanks for the message!

Post count: 19

You can see the site at: http://www.freedomite.com. (You might get an SSL error until my SSL certificate propagates.).

Thanks,
Richard

Post count: 23312

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.

Post count: 19

Awesome. Thanks.

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newsmag’ is closed to new topics and replies.