Hide portfolio tags and portfolio text on page
-
How do I hide the clickable “Tags: Outreach” and portfolio text under each of my listed portfolio projects?
I just want the clickable project name and its image.The blog I need help with is: (visible only to logged in users)
-
-
-
Thanks for the code! Is there any way to also hide the portfolio project content underneath each image and heading on the “Outreach” page? Right now I don’t have very much, but I will be adding some.
-
This code hides the titles and content preview (the URL under one of your projects). If you want to hide just one or the other then get rid of the relevant first line:
.jetpack-portfolio-shortcode .portfolio-entry-title, .jetpack-portfolio-shortcode .portfolio-entry-content { display: none; } -
- The topic ‘Hide portfolio tags and portfolio text on page’ is closed to new replies.