Frederick Grenier
asked 10 years ago

For the gallery post fromat : How do you stop images from showing up under the slider on front page?

 

Thank you,

3 Answers
Frederick Grenier
answered 10 years ago

Thanks for your quick reply….How do I do the same thing for the Image slider?

DominicStaff
answered 10 years ago

To resolve this issue, you can log in to Dashboard > Editor > open the style.css file then add the following code:

.home .item-inner .item-content img {
     display: none;
}
DominicStaff
answered 10 years ago

With image slider. You can add the following code:

 .home .dw-gallery-next, .dw-gallery-prev { 
    display: none; 
} 
.home .dw-gallery-pagination { 
    display: none; 
} 
.home .dw-gallery-item .attachment-thumbnail { 
    display: none; 
}
Frederick Grenier
replied 10 years ago

Thanks again, great support!

Powered by DW Question & Answer Pro