Separator with Text Color
-
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?
Hello,
Could you please upload your screenshot to http://imgur.com/ service so we could see it?
Thank you in advance!
Sorry about that. Here is the link to the screenshot.https://imgur.com/a/0o8Id
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;
}