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

    Hi,
    I have it set to only show the post title on mouse roll over. It works on desktop but on mobile, the title is on and interfering with the image.

    Is there a switch or code snippet? I used to have it work that way but all my theme settings were recently lost and I do not recall how I solved that issue.

    Here is a link for reference:

    http://www.gregorybeylerian.com/artwork/
    Thanks

    GB

    • This topic was modified 6 years, 7 months ago by gb. Reason: added web URL
    #939647

    Hey gb,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .av-inner-masonry-content {
      display:none !important;
    }
    }

    Best regards,
    Rikard

    #939932

    Hi Rikard,

    That code snippet did not work for me but this one did:

    @media only screen and (max-width: 989px) {
    figcaption.av-inner-masonry-content {
    display: none !important;
    }
    }

    All the best,

    GB

    #940205

    Hi,

    Glad that it’s fixed. The code you used will also affect tablet/ipad in portrait mode, if you want it only for mobile you can replace 989px to 767px.

    Hope this additional information helps :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Post title is showing on mobile.’ is closed to new replies.