Hi guys,
On mobile devices i’m looking to remove the title on just one item as the text overlays right over text on the image. I’d like to remove it on just this one item and keep the title on all others. Is this possible? Was looking for a CSS selector but couldn’t find one specific for just this one item. Thanks in advance.
Hey bobfurgo,
Add this to quick css:
@media only screen and (max-width: 767px) {
#av-masonry-1-item-1343 figcaption{
display: none !important;
}}
Best regards,
Jordan Shannon
THANK YOU!
Hi,
No problem, I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon