Changing Divider Colors and Line Width on Website

Posted in: Newspaper
Post count: 7

Hi there,

I’m struggling to figure out how to change the color of the white line (underneath the “Latest Post” text) – basically, the divider color. Additionally, I’d like to increase the width of the red line. Is there a way to do this? But changing the white color is really important. I’ve searched everywhere but couldn’t find any options. Could you please assist me with this?

Here’s the link to the website: cycloto.com
Image link: https://i.postimg.cc/4NkNnfxm/White-line-color-change.png

Thanks!

Post count: 27744

Hello,

You can change and height the color with custom code CSS ->
.td_block_template_9 .td-block-title:before
{
background-color: red!important;
height: 6px
}

Set the code in Theme panel>Custom code>Custom css

Thank you!

Post count: 7

Thank you for your helpful guidance! I’ll apply the CSS code as instructed. Appreciate your assistance!

Post count: 27744

Hello,

You can change the color and the height value.

Thank you!

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