Comments Kristin started the conversationDecember 13, 2015 at 11:50pmI 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,991Tahir repliedDecember 15, 2015 at 9:27pmHey,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 Sign in to reply ...
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.
Hey,
Best.
ThemeNectar Support Team