Line will not change colour

Hi

How do i change the pink line on this page http://conordarcy.co.uk/accommodations-3/?

Underneath -
FROM OUR FAMILY TO YOURS
We look forward to seeing you.

Hello @EnviroGroup,

Thanks for writing in!

To change the pink line into another color, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-ethos .h-custom-headline hr {
    background-color: green;
}

Feel free to change the color.

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