Change FAQS outline, heading color
-
Hi! I’m using the FAQ feature in one page.
The stablished “grey” color is very soft, how can I change it?
Best regards.
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