Hi Guys,
On the news section of the following site the post grid has arrows that appear on the news item when you hover over.
rtmlandscapes.co.uk
Anyway we can remove these from the blog grid page?
Regards
if you only want to get rid of the arrows ( green background) :
.image-overlay .image-overlay-inside {
display: none !important;
}
if you like to get rid of whole overlay – including the white overlay:
.image-overlay {
display: none !important;
}
Yes all working thanks guys. Great support as always.
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon