Tagged: Blog Pagination, pagination
How do we remove the gray bars on either side of blog posts that link to the next and previous post? When you hover over them the pop out to show the name of the next/previous blog post.
Hi mikehartrich,
Please try the following in Quick CSS under Enfold–>General Styling:
.avia-post-prev, .avia-post-next {
display:none !important;
}
Best regards,
Rikard
Thank you Rikard! That did the trick :)