Mayland – hide featured images from project pages but keep portfolio thumbnails
-
Hi there, is there some CSS that I can add to my Mayland theme website that will keep featured images when displaying portfolios but hide them from the header section on individual project pages? I’ve tried a handful of bits of CSS from threads posting the same question for other themes, but none of them seem to work for Mayland in particular.
In case it’s not already included, the website in question is https://tysonpease.com/.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
This bit of CSS should work:
.single-jetpack-portfolio .post-thumbnail { display: none; }Let us know how that works!
-
- The topic ‘Mayland – hide featured images from project pages but keep portfolio thumbnails’ is closed to new replies.