Reply To: delete navigation
July 23, 2018 at 6:18 am
#10396
Grace Themes
Member
Hi,
To remove the categories and text post navigation from blog post
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code in custom css box
.post-categories, nav.post-navigation { display:none; }
Regards
Grace Themes