Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #129548
    Roland
    Participant

    Hi

    Please can you advise how I can remove the author and date information when viewing Gallery photos?

    Thanks

    #129553
    Skandha
    Participant

    @Roland: Presuming you are referring to the same URL you posted on your last issue Goto => Appearance => Customize => Additional CSS and add the following CSS code.

    .on-date {
    display: none;
    }

    Let me know if you have any more issues!
    Have a good day!

    Regards,
    Skandha

    #129581
    Roland
    Participant

    Hi Skandha

    In this instance it’s cronkoak.co.uk and I tried the code you gave me but it didn’t work?

    Thanks

    #129604
    Skandha
    Participant

    @Roland: I’m sorry that CSS Code was for the URL you posted on your last issue. I can’t seem to find meta in your gallery section with date and author info. Can you provide me the URL where exactly you want the changes to be made? If you mean to remove the date on top of the website Goto => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-top {
    display: none;
    }

    Let me know if you have any more issues!

    Regards,
    Skandha

    #129647
    Roland
    Participant

    Hi Skandha,

    I’d like to stop the Author and Date appearing above images, such as here: https://cronkoak.co.uk/img_2078/

    Thanks

    #129813
    Skandha
    Participant

    Hello @Roland, Sorry for the late reply! Go to => Appearance => Customize => Additional CSS and add the following CSS code.

    .entry-meta {
    display: none;
    }

    Let me know if you have any more issues!
    Have a good day!

    Regards,
    Skandha

    #129836
    Roland
    Participant

    Thanks Skandha – that’s done the trick.

    #129838
    Skandha
    Participant

    @Roland: Glad that the issue is resolved.

    Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove meta in gallery’ is closed to new replies.