Line under the title on home

Posted in: Newsmag
Post count: 10

There is a yellow blocked line under the Titles on my homepage. I can’t find it anywhere, I just need to change the color.
It’s here: http://nieuw.nieuwsbriefadviesraden.nl/
I mean the large titles, like “Uitgelicht” and “nieuws”
Thanks!

Post count: 35449

Hello,
That underline color is coming from an extra class that is set on body – https://i.imgur.com/yoTzTVk.png
If you only want to change the color you can don it be editing the css –
body.td-newsmag-voice .wpb_wrapper .td_block_template_1 .block-title span:after {
background-color: #f18506;
}

The css needs to be set in the theme panel > custom code> custom css – https://i.imgur.com/YET1rKr.png
Thank you!

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