Home Forums Themes Support Gecko Turning titles a certain color

Viewing 1 reply thread
  • Author
    Posts
    • #30995

      Hi,

      How can I change the question titles in my FAQ section on my home page white and the little plus signs green (#79c411)? Thanks.

       

      https://wellpointcanada.com/

    • #31004

      Hi,

      Please add below code in JanStudio > Theme Option > General Layout > Custom CSS

      .vc_toggle_title > h4 {
      	color: #fff;
      }
      .vc_toggle_default .vc_toggle_icon::before {
      	border: 1px solid #79c411 !important;
      }
      .vc_toggle_default .vc_toggle_icon {
      	background: #79c411 !important;
      	border: 1px solid #79c411 !important; 
      }

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.