Okay
  Public Ticket #624716
Change active toggle background
Closed

Comments

  • Kasper started the conversation

    Hi guys

    How can I change the background-color of the active/open toggle?

    - Kasper

  •  8,470
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .toggle.default.open h3 a {
        background-color: #f47a07!important;
    }

    Best/



    ThemeNectar Support Team 

  • Kasper replied

    Great! Thank you ;-)