change widget header color

Posted in: Newspaper
Post count: 95

Hi,

I had a google search widget box in sidebar, may I change the color of header “Search” ?
I tried to change header color in “Edit Row” , at the widgetised sidebar, but it doesn’t have any effect.
http://www.screencast.com/t/gbzWHxnen

My website is http://www.enterpr1se.info/

Post count: 6600

Hi,

You can do it via css, add this in Theme Panel > Custom CSS:

.widget_text .block-title span {
background-color: #2b2b2b;
}
.widget_text .block-title {
border-bottom: 2px solid #2b2b2b;
}

Thanks

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