remove date and author from portfolio

WordPress Themes, Plugins and HTML Templates Forums Candela WordPress Theme remove date and author from portfolio

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #599
    stanley
    Participant

    i have exhausted google trying to find out how to remove date and author from the portfolios. none of the suggested code works. anyone know how to do this?
    thanks

    #1552
    stanley
    Participant

    i have tried all of these as well as some others in the custom css:

    .single-jetpack-portfolio .post-meta-data {
    display: none;
    }

    .archive.tax-jetpack-portfolio-type .entry-title {
    display: none;
    }

    .archive.tax-jetpack-portfolio-type article.post-archive .post-meta-data {
    display: none;
    }

    .archive.tax-jetpack-portfolio-type .entry-archive-title {
    display: none;
    }

    #1553
    admin
    Participant

    Hello Stanley,

    Quote:
    i have exhausted google trying to find out how to remove date and author from the portfolios.

    Please follow the simple steps.

    Go to `Appearance > Customize > Theme Custom CSS`
    Use the following CSS Code Snippet to remove date and author from the portfolio single pages

    .single-jetpack-portfolio .entry-meta-header {
    display: none;
    }[/CODE]

    Thanks[CODE].single-jetpack-portfolio .entry-meta-header {
    display: none;
    }[/CODE]

    Thanks

    #1554
    stanley
    Participant

    perfect!
    thank you very much. i had googled and tried so many variations to no avail.

    #1555
    admin
    Participant

    Thanks for the feedback.

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