CSS code for navigation arrows
-
hi, is there a CSS code I can use to get rid or navigation arrows that are located at the bottom of the page?
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to hide the next/previous links on pages.
.page .next-prev-post-nav { display: none; }
- The topic ‘CSS code for navigation arrows’ is closed to new replies.