Best Premium and Free WordPress Themes › Forums › AcmeBlogPro › What is the section right underneath my blog post and how do I edit it? › Reply To: What is the section right underneath my blog post and how do I edit it?
January 28, 2017 at 9:29 am
#13225
acmethemes
Keymaster
Please add the below CSS code to hide that section as mentioned on screenshot.
Go to Appearance > Customize > Additional CSS and add it.
.site-main .post-navigation {
display: none;
}
Hope, this will help to hide that section.
Regards