Home Forums Basel support forum Change FAQS outline, heading color

Change FAQS outline, heading color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #300062

    hhuesca
    Participant

    Hi! I’m using the FAQ feature in one page.

    The stablished “grey” color is very soft, how can I change it?

    Best regards.

    #300205

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .vc_toggle {
        border: 1px solid #000000;
    }
    
    body .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::after, 
    body .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::before {
        background-color: #000000;
    }
    body .vc_toggle .vc_toggle_title h4 {
        color: #000000;
    }

    Best Regards

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