Tagged: Akkordeon, customizing, enfold
Hi
how can i customize akkordeon ?
The main tabs should have another background color (light grey #ededed f.e.) that they look different from the content tabs.
Thanks, Oliver
Hey Oliver!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.toggler.activeTitle {
background-color: #ededed;
}
Best regards,
Yigit
Hey. Thanks.
And what to put in if all tabs should have this colour (not only the active tabs?)
Oliver
Hey!
Following code if you only would like to change the background color of tab titles
p.toggler {
background-color: #ededed!important;
}
if you would like to change the background color of tab content as well, please add following code to Quick CSS field as well
div.toggle_content {
background: #ededed!important;
}
Best regards,
Yigit