Custom color in separator with text
-
I’m trying to add a custom color in the element separator with text and can’t find it to work properly.
I’m sending images to show the problem.
I want in the first image separator in yellow. I can’t find the yellow color in color options you need to create a custom color for yellow.
In the second image, I’ve used one color option and it’s working.
How do I solve this?
Attachments:
You must be
logged in to view attached files.
Hello,
This is WP Bakery page builder bug which occurs only with shadow type of separator.
Please add this code to the Theme Settings > Custom CSS > Global:
body .vc_separator .vc_sep_holder .vc_sep_line{
color:red;
}
If it does not work, please add a class to the element and provide the page URL.
Best Regards
P.S. You can add this class shadow_separator
In this case, the code will be as follows:
body .shadow_separator .vc_sep_holder .vc_sep_line{
color:red;
}
Best Regads
Great! Thank you for your help.
You are welcome! If you have any questions please feel free to contact us.
Best Regards