Assign a different page as portfolio page or hide navigation

I want to assign a different page to be the portfolio page, or I need to remove the portfolio page-specific navigation from the portfolio page.

there seems to be something called ‘a.entry-parent;’ a button that looks like a grid that takes you back to the main portfolio page when it’s clicked in addition to a next and previous button called ‘a.next’ and ‘a.prev,’ respectively. I would like to know how to hide all three of those on the single portfolio item pages.

If this can’t be done, I would like to simply create and assign a different main portfolio page.

Thanks!

Hello Omar,

We can use custom CSS to hide entry navigation for portfolio. Try adding the following custom CSS on Theme Options > Global CSS and it will hide all those 3 links

.single-x-portfolio .entry-top-navigation {
    display: none;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.