Home Forums Basel support forum Separator with Text Color

Separator with Text Color

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

    sab2023
    Participant

    I am trying to change the color of the Separator with Text that I have on the homepage of the website I am working on. I have tried to change the color from black to a gold color using HEX Code but no luck. How can i change the color?

    #4391

    Artem Temos
    Keymaster

    Hello,

    Could you please upload your screenshot to http://imgur.com/ service so we could see it?

    Thank you in advance!

    #4410

    sab2023
    Participant

    Sorry about that. Here is the link to the screenshot.https://imgur.com/a/0o8Id

    #4428

    Artem Temos
    Keymaster

    Try to use the following code sample

    .vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
        box-shadow: -10px 10px 10px 5px red;
    }
    .vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
        box-shadow: 10px 10px 10px 5px red;
    }
Viewing 4 posts - 1 through 4 (of 4 total)