Home Page Project Types
- The topic ‘Home Page Project Types’ is closed to new replies.
Need help? Check out our Support site, then
Is it possible to remove the “Project Types” on the home screen, but keep them on the portfolio page?
Sure. Can you post a link to your site?
maaepscom.wordpress.com
Try adding this to your custom CSS:
.home #filter-nav {
display: none;
}