Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #880201

    Hi, I want to create an hr separator that looks like this. See screenshot.

    I’ve given the short separator a custom class
    .customseparatormustard

    I am struggling to style it as per the screenshot.
    The width must be 90%
    and the color of the line and icon must be #bfa04d

    Thank you for your help.

    #880788

    Hey sherissar,

    Can you post a link of the page in the screenshot? so we can take a closer look.

    Best regards,
    Nikko

    #880805

    Hi, yes here is the link

    #880830

    Hi,

    Try adding this css code in Quick CSS (Located in Enfold > General Styling):

    #top .customseparatormustard .hr-inner {
        width: 90%;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #880890

    How do I get the color of the line and icon to be #bfa04d ?

    #880896

    Hi,

    Sorry I forgot, please replace the code I gave to this one:

    #top .customseparatormustard .hr-inner {
        width: 90%;
        border-color: #bfa04d;
    }
    
    #top .customseparatormustard .hr-inner .hr-inner-style {
        background-color: #bfa04d;
        border-color: #bfa04d;
    }

    Best regards,
    Nikko

    #880943

    Thank you!! :-D

    #881037

    Hi,

    You are welcome!

    Best regards,
    John Torvik

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