Thank you for all the support thus far.
My top page is set to show a slider and then the latest blog posts underneath it. The blog posts are paginated. When I click to go to the next page of the blog posts, I get the same slider again. Is it possible to show the slider on the first top page only?
Thank you
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
[class*="paged"] #layer_slider_1{
display: none
}
Cheers!
Josue