I don't want to see more projects section in my projects pages
-
I don’t want to see more projects section in my projects pages, http://esaastudio.com/portfolio/rendering-2/
How can disable this option?The blog I need help with is: (visible only to logged in users)
-
The More Projects section is a built-in element of the portfolio project page. To hide it, you’d need some custom CSS:
.project-navigation { display: none; }
- The topic ‘I don't want to see more projects section in my projects pages’ is closed to new replies.