Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #101501
    MistyE
    Participant

    Hi,

    I have created a footer menu so it resembles the main menu at the top of the page. However, it has that grey background/border that my page used to have when I switched the theme from light to dark. I asked you about this and you gave me the code to fix it and it worked great. But now that I have added the footer menu it’s doing the same thing (only to the footer menu). I was wondering if there was another code you have to get rid of it? This is the code you gave me that removed the grey border around all of my content:

    #branding, #main, #site-generator {
    background-color: transparent;
    }

    #access {
    background: transparent;
    }

    Here is my site: http://www.insanehydro.com

    Thanks a lot!
    Misty

    #101525
    Pratik
    Keymaster

    Hi Misty,

    Can you try following code for making footer menu transparent:

    
    #access-footer {
        background: transparent;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #101643
    MistyE
    Participant

    Pratik,

    Works great, thank you so much!

    Misty

    #101700
    Pratik
    Keymaster

    Great :), if you liked our free theme and support please leave us a review at https://wordpress.org/support/theme/catch-box/reviews/#new-post.

    Thanks,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing grey background in footer menu’ is closed to new replies.