Okay
  Public Ticket #754787
Toggle background-color
Closed

Comments

  • Kasper started the conversation

    Hi guys

    How can I change the background-color for some og the toggles so they are more easy to see on a dark background?

    Thank you

    - Kasper

  •  8,994
    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) :

    #derfor .toggle.accent-color h3 a {
        background-color: #00457C!important;
    }
    

    Bes.t


    ThemeNectar Support Team 

  • Kasper replied

    Thanks mate (Y)