For the gallery post fromat : How do you stop images from showing up under the slider on front page?
Thank you,
3 Answers
Thanks for your quick reply….How do I do the same thing for the Image slider?
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; }
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; }
Thanks again, great support!
Please login or Register to submit your answer