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
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
Works perfectly thanks.