Changing colour of sidebar widget headers

Posted in: Newspaper
Post count: 13

Hi,

I’ve changed the accent colour for my blog, but the sidebar headings (the shaded area around the font) have not changed. Do you know how to change the colour of the sidebar headings?

Thanks,

Post count: 22421

Hello,

Please try the headers color underneath the theme accent color: https://www.screencast.com/t/E4v3sunwax

If this still does not affect the titles, pleas eprovide a link so we can inspect these headings (If they come from plugins, they will not be affected by the theme colors)

Thanks.

Post count: 13

Hi,

Thanks for your reply.

I updated the header colours, but it didn’t have any effect on these headers.

Would be really grateful if you could take a quick look.

Homepage is: http://www.onemanandhisshed.com

Many thanks!

Post count: 20688

Hi,

Maybe you mean these elements that display with that particular block header template
https://www.screencast.com/t/FNELOEtvZ
You could change that with a code like this if you want to
https://www.screencast.com/t/ywAzIRPf
The code will apply on the whole website, and must be entered in Theme panel->Custom CSS if you decide to use it

.td_block_template_8 .td-block-title > *:before {
background-color: #fc5502;
}

Thanks

Post count: 13

Thank you. 🙂

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