Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #602761

    Hi There,
    I have a specific question: I need the main content background to be transparent in the homepage.
    So I found this code:

    #main, .html_stretched #wrap_all {
    background-color: transparent;
    }
    Which works on all the site.

    How can I make it work ONLY in the homepage?

    Thanks

    #603001

    Hi Arcatech!

    Please change the code to following one

    .home #main, .html_stretched .home #wrap_all {
    background-color: transparent;
    }

    If that does not work, please post the link to your website

    Best regards,
    Yigit

    #603150

    Works perfectly thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Transparent Background just in the homepage’ is closed to new replies.