Okay
  Public Ticket #428242
Change toggles background color
Closed

Comments

  • Josephine started the conversation

    It looks like there's a few places to set this, so wondered where you could direct me to change the color and opacity for the toggle panels.

    Thanks!

  • Josephine replied

    Found it in a prior article. Thanks.


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

  • Josephine replied

    Though I could change font color here too, but it did not work by just adding color: #000;.

    Could use help on changing font color.

    Thanks!

  •  8,849
    Tahir replied

    Hey,

    Try using !important , Like this :

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

    Thanks


    ThemeNectar Support Team 

  • Josephine replied

    As always, Thanks!