Change Sidebar Title Color

Posted in: Newspaper
Post count: 15

How do I change the title font color and background color on a sidebar widget? It currently looks like this: http://www.screencast.com/t/o63HDcif8l

I want the font color black and no background color. Thanks

Post count: 225

Follow this:

Post count: 23312

Hi SamuelWright,

You can change the background-color and text color within Wp panel-Appearance->Widgets, like this:
http://screencast.com/t/WJUJ9npm9H (this is an example for td_demo_category section with [tagDiv] Block 18).

The result you should see here: http://screencast.com/t/PrQmmdaN9U6

Hope this helps and let us know how it goes!

Also thank you @Arafat!

Post count: 15

Thank you both! I got the color changed but since I’m not using a background color is there a way to bold the font and reduce the space between the title and the graphic to match the ones with a background color? Thanks samuelwright.com

Post count: 23312

Hi SamuelWright,

Please try the code below and place it in Theme-panel, Custom Css area.

.td_block_id_2613887240 .block-title {
font-weight:bold;
}
.td_block_text_with_title {
padding-bottom: 0px;
}

The result you should see here: http://screencast.com/t/jTqNtzyNlaP

If is not what you want, please provide more details about this, so i can be able to provide a more accurate response.

I hope this helps and let us know how it goes!

Thank you!

Post count: 15

Thanks Catalin!

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