Illustratr theme – hiding project categories on portfolio homepage
-
I’m building my portfolio using the Illustratr theme. I noticed that project categories appear under each project title on the homepage, which clutters it up quite a lot when categories appear on more than one line.
This isn’t as evident on https://theme.wordpress.com/themes/illustratr/. Each project only has one category in those examples, so the homepage looks much cleaner (and unfortunately, the number of categories on my portfolio is already as low as it can be).
I wonder if there’s a way to hide categories from the homepage altogether? They appear inside each post anyway, which works well enough for my purposes.
The blog I need help with is: (visible only to logged in users)
-
You can hide the project types on the portfolio template with this custom CSS:
.home .portfolio-entry-meta { display: none; }Custom CSS is available with the Premium or Business plans.
Alternatively, you could use the portfolio shortcode on a page with the default template instead, and choose not to display the project types that way.
Just let me know if you have any questions about this.
- The topic ‘Illustratr theme – hiding project categories on portfolio homepage’ is closed to new replies.