Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #652539

    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

    #652918

    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

    #653664

    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

    #653675

    Hi,

    Great you found a workaround. Let us know if you have any questions.

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.