Hi
I was wondering if it's possible to change the background of the toggles, and have a background color for example, and also change the color of the font ?
Many thanks for your help
Franck
Hi
I was wondering if it's possible to change the background of the toggles, and have a background color for example, and also change the color of the font ?
Many thanks for your help
Franck
Hi Franck,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.js_active .toggler {
background-color: #444;
color: #fff;
}
You can change the colors using html color codes.
Regards,
Devin
Hey, I do thank you and will try immediately.
It works perfectly, thank you.
Glad that Devin put you back on track!
Thanks,
Nick
This topic has been closed to new replies.