- Acme Themes

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?

#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