I want to change the color of the underline in the Classic Customer Headline. This is used throughout the non-profit demo. On the demo its burnt yellow.
Hello there,
Please go to X > Theme Options > CSS then find this code
.h-custom-headline hr.accent-2 {
background-color: #f5a623;
}
and change the color of the background color value.
Hope this helps.
Well, that worked, but how to I change the color of other underlines of classic custom headlines? Most of the underlines were changed to the color I wanted, red, except for this one.
Hi There @IRGmarketing
Please add the following CSS rule as well into your X > Theme Options > CSS area.
.h-custom-headline hr.accent-4 {
background-color: #fd7563 !important;
}
Hope that helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.