Change the line or divider colour in Charity demo

I use the Charity demo to develop a new site. There is a thin line or diver under the headlines. I like to keep the lines, but in a different colour. How can I change that colour?

Thanks in advance.
Ton in 't Veld

Hi Ton,

Thanks for writing in! It seems that you’re referring to the Line element in Cornerstone. You can add a Line element below your headline element and it has option to change the color.

Hope that helps.

Hi mldarshana,

I don’t want to add a Line, I want to change the color of an existing line in the Charity Demo.

Ton

Hi Ton,

It’s a classic one which the color is applied through CSS, with that, please add this CSS to your Theme Options > CSS to change it along with your color.

.h-custom-headline hr {
    background-color: #fd7563;
}

Hope this helps.

Thanks Rad. That helped.

Ton

You’re most welcome Ton!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.