• taniafaria

    (@taniafaria)


    Hello,

    I have the portfolio plugin. I would like to remove the date from the portfolio posts in both the thumbnail section (shows below the thumbnail) and the actual post (shows up at top of page). I have tried turning off the meta, inserting code into the custom CSS, but nothing sees to work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    I’ll need to know which plugin you’re using and if you can send me the URL to the page from which you’re trying to remove the date, that would also help.

    Thread Starter taniafaria

    (@taniafaria)

    Sure! The URL is http://taniafaria.com/portfolio/

    I believe the plugin is called ‘Portfolio Post Type’

    Theme Author lyrathemes

    (@lyrathemes)

    Try this in Appearance > Customize > Additional CSS:​

    .type-portfolio .entry-date {
        display: none;
    }
    Theme Author lyrathemes

    (@lyrathemes)

    Beautiful portfolio, by the way!!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Portfolio Posts: remove date from thumbnail’ is closed to new replies.