Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23590
    cpoli
    Member

    I cant seem to make the footer transparent to see the site background through it, I’ve tried this bit of code but it still has a white background.

    /* For Footer */
    #site-generator { background:transparent url("http://www.faye-hall.info/wp-content/themes/catch-evolution/images/footer1.png") ; 
    background-repeat:no-repeat;
    background-position:center;
    }
    #23653
    Sakin
    Keymaster

    @cpoli: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #colophon { background-color: transparent; }

    #23662
    cpoli
    Member

    Awesome, thank you so much 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer Background color’ is closed to new replies.