Change line color on block header 8

Posted in: Newspaper
Post count: 4

Hello, I am using ‘Block Header 8’ in my Flex Blocks / Single Related Post blocks etc, to display my titles. The line next to the title is grey. I can’t locate the CSS to change the color from grey to something else. Please can you advise? Thank you

Post count: 27744

Hello,

You can change the color with tagDiv Composer, select the block and in the General tab you have the option for border-colour => https://www.screencast.com/t/Fy1JsfwfAljr

Hope this helps you!

Thank you!

Post count: 4

Thank you! Can I also change the thickness of the line?

Post count: 27744

Hello,

For the thickness of the line, you need to use a custom code CSS to display like this => https://www.screencast.com/t/OvjdGmRIVQep

body .td_block_template_8 .td-block-title > *:before
{
height: 1px;
}

You can change the height with you want.

Set this code in Newspaper -> Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf

Hope this helps you!

Thank you!

Post count: 4

Huge thank you!

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