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

    Is there a way to change the color of the separator line? I’m using a body background color and the separator line doesn’t show up now.

    Tnx,
    R

    #304168

    Hey rswildview!

    Thank you for using Enfold.

    Change the horizontal rule element color with this on Quick CSS or custom.css:

    span.hr-inner {
    border-color: green !important;
    }

    Cheers!
    Ismael

    #304207

    Yes, that worked great thanks! Is there a way to control the space padding around the separator line via the css codes?

    Tnx,
    Rob

    #304343

    Hi!

    Please add following code to Quick CSS as well

    .hr { margin: 10px 0; }

    Best regards,
    Yigit

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