Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #542074

    Hello,

    I need to make the short separator a specific color.
    Could you please share the Quick CSS for all short separators to be the same color I choose please?

    Thank you.

    #542210

    Hey Nathan,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    #542280

    bodytalkcare.com

    #542291

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .hr.hr-short * {
        border-color: orange;
    }

    Best regards,
    Yigit

    #542296

    Thank you

    #542298

    Hi!

    Simply as following

    .hr.hr-short * {
        border-color: #c2c2c2;
    }

    :)
    Regards,
    Yigit

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