How to change the block color and size of text headers in widget section?

Posted in: Newsmag
Post count: 25

How do I change the block color and size of text headers in the widget section on saucemonsters.com? I want to make the font bigger on everything in the widget of the right rail. I also want to change the color of the font and the color of the box around the font.

Post count: 23312

Hello saucemonsters,

Please provide some useful screenshots for a better understanding. I need to know these details so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 25

I thought I gave a a URL and location you could see exactly what I meant but I’d be happy to also send a screenshot. http://imgur.com/a/XNa6f

Post count: 23312

Hello saucemonsters,

If you want to make these changes, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

.wpb_widgetised_column .td_block_5 .block-title > span{
background-color: green;
font-size:15px;
}

The result is here -> https://www.screencast.com/t/2UX2XH2w

Thanks for the message!

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