Okay
  Public Ticket #610004
Toggle Titles When Open
Closed

Comments

  • Kristin started the conversation

    I want my toggle titles when "open" to be black, I have tried this code:

    body .toggle h3 a {
    font-size: 14px !important;
    color: #000;
    }



    }
    body .toggle.open h3 a {
    color: #000!important;
    }


    Not sure if this is correct code but it's not working, help please.

  •  8,991
    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) :
    body .toggle h3 a {
        font-size: 14px !important;
        color: #000 !important;
    }
    
    
    body .toggle.open h3 a {
        color: #000!important;
    }

    Best.


    ThemeNectar Support Team