This topic has 4 replies, 3 voices, and was last updated 7 years by Abe.

  • Author
  • #135347
     Happiier
    Participant

    Good day,

    I need to change the color of the vertical separator on your homepage demo content from red to custom color.

    There is not an option to change the color of the vertical separator option in text block (only Yes, No, Dark). The only documentation I found in search of answers is a comment in your themeforest presale area that suggests the following:

    1. .vertical-separator {
    2.     border-left: 1px solid #1ab7ea;
    3. }

    HOWEVER, this only changes the middle line and not the vertical dots attached to it. See image attachment.

    Attachments:
    You must be logged in to view attached files.
    #135364
     Kieran
    Participant

    Hi @Happiier, you can override the CSS by inserting the below into your child themes style.css (change #000000 to your desired color).

    Dots before

    COPY CODE
    .vertical-separator:before {
        background: #000000 !important;
    }

    Line

    COPY CODE
    .vertical-separator {
        border-left: 1px solid #000000 !important;
    }

    Dots after
    `.vertical-separator:after {
    background: #000000 !important;
    }’

    Hope this helps 🙂

    #135365
     Kieran
    Participant

    For some reason it didn’t show properly for the third piece of CSS.

    Dots after

    COPY CODE
    .vertical-separator:after {
    background: #000000 !important;
    }
    #135441
     Happiier
    Participant

    Kieran,
    Thank you for the super quick response!! It worked perfectly 🙂

    You’re the best.
    Blaze

    #135930
     Abe
    Keymaster

    Thank you @Kieran 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?