Tagged: Next remove text, previous
- This topic has 4 replies, 2 voices, and was last updated 5 years, 4 months ago by Harrij.
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
July 21, 2019 at 7:17 am #177606HarrijParticipant
Hi, I need the CSS code to remove the Previous and Next text at the bottom of a blog post.
Anybody knows ??
July 21, 2019 at 7:51 am #177612tikaramParticipant@harrij: Please post in your site URL so that I can check for issues.
Regards,
TikaramJuly 21, 2019 at 11:05 am #177620HarrijParticipantJuly 22, 2019 at 12:23 am #177643tikaramParticipant@harrij: Login to your WordPress Admin. Go to Appearance => Customize => Additional css and add the following css.
.site-main .post-navigation { display: none; }
Let me know if you have any more issues.
Regards,
TikaramJuly 22, 2019 at 3:46 am #177650HarrijParticipantYour solution was perfect. Thank you !
.site-main .post-navigation {
display: none;
} -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Remove Previous and Next’ is closed to new replies.