Hide meta data tags from all portfolio pages, re-order appearance on page?

  • Unknown's avatar

    Hi! I would like to apply { display: none } to all published entry dates on all portfolio projects. Here’s an example, look at ‘1 October 2019’:

    https://blenny.design/portfolio/tree-tattoo/

    Additionally, is there a way to make the remaining tag, ‘Illustrations’ in that example (the category type) appear below the page title instead of on top?

    I’d also be interested in applying that change (moving data tags below title) for blog post pages too. And to also hide the author tag for blog posts.

    Thank you.

    The blog I need help with is: (visible only to logged in users)

  • Hi there!

    To hide the date on portfolio projects you can copy and paste this code:

    
    /*Hide publishing date on portfolio projects*/
    .jetpack-portfolio .entry-date.published {
        display: none;
    }

    It sounds like you’d like to add a few CSS customizations more so I’d suggest reaching out to us via Live Chat from https://wordpress.com/help/contact – this way you can get help faster :)

  • The topic ‘Hide meta data tags from all portfolio pages, re-order appearance on page?’ is closed to new replies.