Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #132509
    PeteGWebmaster
    Participant

    Hi I’d like to make the footer sidebar areas’ background transparent on http://gogetterseo.com/cw/

    I decided the grey background was boring so I coded an image of hardwood into the background.

    The problem is that the grey areas are blocking the wood from being seen correctly.

    How can I remove the grey colors from my footer section? There should be something to enter into the Custom CSS section for that, right? I don’t want any background color anywhere around the footer area, just the woodgrain.

    Thanks a lot

    #132542
    Skandha
    Participant

    @petegwebmaster: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #supplementary .widget {
    	background-color:unset;
    }

    Let me know if this does the trick.

    Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Footer Background Color won't revert to Transparent’ is closed to new replies.