Change colour of widget- and blocks-title background

Posted in: Newspaper
Post count: 26

hi there,

where can i change the black to blue – for the background of blocks and widgets title?

frank
http://www.puffbohne.de

Post count: 35

Hello TagDiv,

I would like to know as well if this will be an option in the next update. Black block title backrounds should be the same with theme’s accent color or even better, have a separate setting in theme color options. Also, if there is an option to set the color in the widget, please make sure a color picker is available.

Thanks

Post count: 7909

Hi,

Yes, it will be an option to change the background color for blocks titles in the next update. You can try this custom css till then – http://screencast.com/t/C4kQAuYFAQ8

.block-title a, .block-title span, .block-title label {
background-color: red !important;
}
.block-title {
border-bottom: 2px solid red !important;
}

Thanks!

Post count: 38

i agree that this would be good to have in the theme panel (just sayin’)

the css worked very nicely for me

==>jim

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.