Horizontal Rule color change

Hi, I’ve been tweaking the “Bed and Breakfast” template, but I’m having a real hard time changing some of the template’s colors – specifically the


color. See attachment.

Can I change the entire template’s color scheme? And if not, how do I change each


instance?

Thanks,

  • Dylan

Hi Dylan,

Thanks for reaching out.

Would you mind sharing the URL of the page your having a concern so that we could take a look and give you an advise on how to change the horizontal color.

Hope that helps.

Thank you.

Terrabikes.com

Hi Dylan,

The horizontal rule is using this custom CSS which were added in your X > Theme Options > Custom CSS:

.h-custom-headline hr {
    width: 50%;
    max-width: 300px;
    height: 3px;
    margin: 1.5em 0 0;
    border: 0;
    font-size: 0.3em;
    background-color: #e44065;
}

You can change the background color value to #eee to have something like this:
Screen Shot 2020-12-17 at 9.49.25 AM

Hope this helps.

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