Remove Post/Page Navigation (CSS)

Where to copy/paste this code?
The simplest way is to use the Custom CSS section of the customizer option screen. If you have many customizations to make in CSS and PHP, then we strongly recommend you create a child theme. Everything you need to know about creating a child theme with Customizr here.

/* START OF Remove Post/Page Navigation (CSS) */
/* Remove Previous/Next & Text */
.pager .previous > a, .pager .previous > span, 
.pager .next > a, .pager .next > span {
display:    none;
}
.assistive-text {
display:    none;
}
/* END OF Remove Post/Page Navigation (CSS) */

12 thoughts on “Remove Post/Page Navigation (CSS)”

Comments are closed.