Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #129448
    Roland
    Participant

    Hi

    Please can you advise how I can hide the meta in photos posted in a gallery i.e. Photo title, Author, etc.

    Thanks

    #129488
    tikaram
    Keymaster

    @rolandallen : Please post in your site URL.

    Regards,
    Tikaram

    #129491
    Roland
    Participant

    Hi

    It’s http://brocuspavilion.org.uk

    Thanks

    #129495
    Skandha
    Participant

    Hello @Roland Goto => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-title {
      display: none;
    }
    
    .by-author {
      display: none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    #129547
    Roland
    Participant

    Hi Skandha,

    I think that’s solved it thanks. The problem was specifically when viewing the photo gallery on a Smartphone so I wonder if there is a specific setting for this viewing format?

    Regards,

    Roland

    #129552
    Skandha
    Participant

    @Roland: With the CSS code i provided you in the last reply the meta(Photo Title and Author) in the gallery photos will be hidden in all viewing formats.

    Let me know if you have any more issues!

    Regards,
    Skandha

    #129620
    Skandha
    Participant

    @Roland: Using CSS you can alter settings for different viewing formats using media queries. Check out the link to know more about media queries.

    Have a good day!

    Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hide Meta in photo gallery’ is closed to new replies.