Okay
  Public Ticket #212425
Change Accordion background color
Closed

Comments

  • Bjorn started the conversation

    Hi,

    Just a quick one : how can I change the background color of the accordion tabs ? So the initial color and not the one when opened ?

  •  8,470
    Tahir replied

    Hey Again!

    Could you provide us url so i could write you section/page specific custom css. 

    Thanks


    ThemeNectar Support Team 

  •   Bjorn replied privately
  •  8,470
    Tahir replied

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

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

    Cheers


    ThemeNectar Support Team 

  • Bjorn replied

    Many thanks !