Hi, I have added the news carousel. (Bottom of homepage, just above footer). The images which appear in the carousel have a folder icon superimposed in the top left hand corner. How do I remove this folder icon? Thanks for your help, Scott
1 Answers
To resolve this issue, you can add the following code to the style.css file:
.carousel-inner .icon-post-format { display: none; }
Hope this helps !
Brilliant, that worked perfectly.Thanks Dominic!
Please login or Register to submit your answer