Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1158217

    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.

    #1158230

    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

    #1158253

    THANK YOU!

    #1158255

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘overlay on masonry – mobile’ is closed to new replies.