Widget Title Background Color problem

Posted in: Newspaper
Post count: 6

I am having a problem changing the Title’s background and text colors for my sidebar widgets. Currently, thee backgounds are white and the text is green, they should be the reverse.

This can be seen in this screenshot: https://www.dropbox.com/s/7pzmhbsyy1pfsie/Screenshot%202016-08-25%2009.00.17.png?dl=0

This is the URL for the homepage where the problem exists:
http://anythingpawsable.com/themebuilder

Post count: 23312

Hello christinarroot,

These changes can be made only via a bit of CSS code. Please try the code below and place it in Theme panel ->Custom CSS area.

The code is ->

.jetpack_subscription_widget .block-title span {
background-color: green;
color: white;
}
.widget_archive .block-title span {
background-color: green;
color: white;
}
.widget_categories .block-title span {
background-color: green;
color: white;
}

The result you should see here -> http://screencast.com/t/5OijS82X

Thanks for your understanding!

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