Remove date from Portfolio pages

QuestionsCategory: QuestionsRemove date from Portfolio pages
Phil Marinucci asked 5 years ago

Hi, is there a way to remove the date from the top of portfolio pages?

2 Answers
Jennifer Staff answered 5 years ago

Are you using the built in portfolio, or a different one? What is the link to preview?

Phil Marinucci replied 5 years ago

Using the built in portfolio, here’s the link…
http://lisaaquilina.ca/portfolio/portfolio1/

Phil Marinucci replied 5 years ago

Using the built in portfolio, here’s the link…
http://lisaaquilina.ca/portfolio/portfolio1/

Jennifer Staff answered 5 years ago

.single-portfolio .entry-meta {
display: none;
}

Be sure to clear both the hosting and browser cache after adding the code.

Phil Marinucci replied 5 years ago

Perfect thanx!