Changing background color

Posted in: Newspaper
Post count: 41

Is there any way to change the background color of either the Read More button OR the Sidebar Title? The basic theme color is a little bright and I’d like to tone it down.

http://www.VegasWineaus.com

Post count: 41

Oops. I was in a hurry and misspelled my own website!

http://www.vegaswineaux.com

Sheesh

Post count: 7909

Hi,

You can change the read more button background and the Sidebar’s title via custom css in Theme Panel > Custom Css: http://screencast.com/t/zw2EWIX7

.td-read-more a {
background-color: red !important;
}
.wpb_widgetised_column_heading {
background-color: blue;
}

Thanks!

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