Comments Anders started the conversationFebruary 26, 2014 at 10:02pmHi,How does one change all the colors of respectively:1. the accordion (closed and open state) and2. the tabbed section (selected and not selected)? 1,069ThemeNectar repliedFebruary 28, 2014 at 12:19pm Hey Anders! Enter these into the Custom CSS box located in your Salient Options panel: 1. body .toggle h3 a { background-color: #777!important; } body .toggle.open h3 a { background-color: #000!important; } 2. body .tabbed ul li a { background-color: #777!important; } body .tabbed > ul li a.active-tab { background-color: #000!important; } Cheers! Sign in to reply ...
Hi,
How does one change all the colors of respectively:
1. the accordion (closed and open state) and
2. the tabbed section (selected and not selected)?
Hey Anders!
Enter these into the Custom CSS box located in your Salient Options panel: 1. 2. Cheers!