• Resolved gitg

    (@gitg)


    Hi,

    I’ve read several posts on here with custom CSS code, but none of them seem to be working for me.

    I’d like to remove the author and date info from the product pages – Any help would be gratefully received!

    Many thanks
    Dan

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi, @gitg!

    You can hide the entry gravatar with the following CSS:

    .entry-avatar {
    display: none;
    }

    .. and the entry meta with the following CSS:

    .entry-meta {
    display: none;
    }

    Add that in the “Additional CSS” section in your customizer

    Cheers!

    Thread Starter gitg

    (@gitg)

    You star!!! Thank you very much!

    Doesn’t this also hide .entry-meta on blog posts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove author & date on product pages’ is closed to new replies.