Hi there – I’d like to add a custom class to the short divider to make it a dark blue
see the site here
under the ‘You Can see the difference with RFL’
there’a faint divider and I can’t change the colour
Also under ‘helping you make the transition’
i’m using a child theme so can change the css
thanks
Hey ShortieD,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.hr-short .hr-inner {
border-color: #1C2AB9;
}
Best regards,
Jordan
okay great thanks – then to make it white for my blue backgrounds I did the following
.sd-blue .hr-short .hr-inner{
border-color: #ffffff;
}
cheers
Hi,
Great you found a workaround. Let us know if you have any questions.
Best regards,
Vinay