Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #60960
    Kev0192
    Member

    Hello,

    How can I reset the footer background color to transparent?

    If I click the default button in the customize menu under “Color Options > Footer Color Options > Footer Background Color” it places #transparent in the text box with a red background but doesn’t change.

    Help please!

    Thanks, Kevin

    #61009
    Sakin
    Keymaster

    @Kev0192: This is WordPress Core issue and it’s not fixed yet. Please check this WordPress core ticket https://core.trac.wordpress.org/ticket/21059

    So, the only option I see is to add the following css in “Appearance => Theme Options => Custom CSS Options” box:

    #site-generator {
        background-color: transparent;
    }
    #61051
    Kev0192
    Member

    Thanks!

    That worked for the footer.

    But now all the Content Wrapper Background Color and Content Background color are white.

    Is there CSS code I can use to have those area be transparent as well?

    Thanks!

    -Kevin

    #61119
    Sakin
    Keymaster

    @Kev0192: ok then please replace previous css with the following css:
    #content, #main, #site-generator { background-color: transparent; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Set Footer background color to transparent??’ is closed to new replies.