Home New Guten Forums WoodMart support forum Custom color in separator with text

Custom color in separator with text

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #114647

    afc90
    Participant

    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.
    #114670

    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

    #114673

    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

    #114694

    afc90
    Participant

    Great! Thank you for your help.

    #114713

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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