Home / Disable / Memberpress: Remove the Navigation Links on Page
Duplicate Snippet

Embed Snippet on Your Site

Memberpress: Remove the Navigation Links on Page

Applying this custom CSS code will hide the default post navigation (Next/Previous) buttons located at the bottom of membership registration pages.

Code Preview
css
.memberpressproduct-template-default .navigation.post-navigation {
	display: none;
}

Comments

Add a Comment