How do i remove or change the underline color on headers on clearVoice demo

Posted in: Newsmag
Post count: 1

Hi, i have been trying to change the color of a Title underline color from yellow to black but i coud’nt get the option to change it in the theme panel option. please help out.

Post count: 35449

Hi,

Unfortunately the color on the underline under the titles is set in the class set in theme panel -> https://i.imgur.com/S8oCGl1.png so in order to change it to another color you need to use a custom css to target that class, something like this -> https://i.imgur.com/mauzKEy.png
.td-newsmag-voice .td-pb-span12 .td_block_template_1 .block-title span:after {
background-color: red;
}
.td-newsmag-voice .td-pb-span4 .td_block_template_1 .block-title span:after {
background-color: green;
}

The code need to be set in theme panel> custom code> custom css

Hope this will help you!
Thank you!

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