Hide Slide Image in some pages


Author Message
Aida Guzman

Posted: 9/17/2014
Quote message 

Out of curiosity what code did you use, because I am facing the same issue.

Thanks!



 
Tanya
Artisteer Team

Posted: 9/18/2014
Quote message 

Hi,

The code wil;l be like this:

.art-slider
{
display:none;
}
.home .art-slider
{
display:block!important;
}


This is if you need to display slideshow on the home page only. In other case you will need to use different page ids.

Best regards,
Tanya