Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #717769

    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

    #717783

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.