Hi
I cannot change the Footer background colour or the Accordian Header colour – I have tried to find a solution in Genral Styling and Advanced styling but with out luck – there does not appear to be a similar problem in Forums – can you help please
Thanks
George
Hi George!
Try adding this code in Quick CSS (located in Enfold > General Styling):
This is for the header of the accordion:
#top .toggler {
background: blue;
color: white;
}
#top .toggle_content {
background: yellow;
}
The first block of code is for the header and the 2nd block is for the content, please adjust the colors as you see fit. Hope this helps :)
Regards,
Nikko