Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #431898

    hi i love the masonary gallery and the on hover effect how a caption shows

    Can we disable this for mobile use? display hidden?

    I ask because on mobile the caption auto displays and it hides the thumbnail. We’d prefer it if this just didn’t display for mobile uerss

    If you can advise what css is needed for this it would be greatly appreciated

    #432038

    Hi codecreative!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.