Creating custom block headers

Posted in: Newsmag
Post count: 4

For custom titles/header template, a short horizontal bar appears underneath the title, is there a way to change the color of that bar from yellow? Using demo clear voices as a starting point. Thanks!

Post count: 35449

Hi,

Unfortunately the only option to change that underline color is to use a custom css -> https://i.imgur.com/P2kjs2z.jpg
.td-newsmag-voice .td-pb-span4 .td_block_template_1 .block-title span:after, .td-newsmag-voice .td-pb-span12 .td_block_template_1 .block-title span:after {
background-color: #3f83ff;
}

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

Thank you for your understanding!

Post count: 4

Great, that worked! Thank you so much!

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