Okay
  Public Ticket #183491
toggle header colour
Closed

Comments

  • Peter started the conversation

    i am trying to change the colour of the closed toggle headers, can you advise where this can be done?

    thanks for a great theme!!

  •  8,838
    Tahir replied

    Hey Peter!

    Add this into the Custom CSS box located in your Salient Options panel:

    div.toggle h3 a {
        background-color: #fff;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Peter replied

    SUPERSTAR!!!!!

    thanks, perfect result!!!

  • Peter replied

    ooops!! sorry….

    can you now advise the code to change the closed heading text colour, i need white text as th background is now dark….

    thanks in advance

  •  8,838
    Tahir replied

    Hey Peter!

    Add this into the Custom CSS box located in your Salient Options panel:

    div.toggle h3 a {
       color: #fff;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Peter replied

    Many thanks Tahir….. i am really sorry but i need to change the '+' icon colour too, apologies i should have been clearer with my previous request.

    many thanks in advance, support service is really excellent here…..

  •  8,838
    Tahir replied

    Hey Peter!

    Add this into the Custom CSS box located in your Salient Options panel:

    div.toggle h3 a i {
    	color: #fff;
    }	
    div.toggle.open h3 a i {
    	color: #000;
    }

    Cheers


    ThemeNectar Support Team