Hello, I currently and using some code to have a transparent header for a site I am building. However, I only want that on the home page. Is there a way to make it so it only happens on the home page?
Here is the code I am using:
.x-navbar {
background-color: none !important;
}
Here is the site I am doing this on: http://aztecdemo2.gallagherbd.com/
