How to remove colored box around widget titles.

Posted in: Newspaper
Post count: 13

I would like to remove the colored box around all of the widget titles.
But I do want to keep the colored line underneath the title (just get rid of the colored box.)
And I’d like to change the color of the text.

Here is a link to a screenshot of what im talking about.

Thanks for the help 😉

Post count: 3343

Hi,
You have missed to attach the screenshot.

Post count: 13

sorry about that…

here is the screenshot. I would like to remove the colored box…but keep the colored line… Can this be done with photoshop and css..if so, could you show me the css and which photoshop file to edit.. thanks.

http://screencast.com/t/NV5xSuJE

And thank you for the fast response…

Post count: 3343

Hi,
Our blocks have Style 1, that is exactly what you want. http://screencast.com/t/NIcYD9Is3

Thanks for the message!

Post count: 13

But where is that located?? I checked the widget box and i do not see an option to change my sidebar widget titles.

Post count: 3343

That is available only on our widgets(theme widgets) not default one. Do you want to change that on all title?

You can use this CSS, add it in Theme panel -> Custom CSS

.block-title a,
 .block-title span,
 .block-title label {
    background-color: none !important;
    color: #222222;
    padding: 3px 0px !important;
}

Thanks!

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