Tagged: post navigation
Hello,
This refers to WordPress posts appearing on a laptop or desktop monitor. We need to eliminate the navigation arrows that appear on the left and right side of the screen. They seem not to appear when viewing a post on a smartphone screen but we may not be seeing them. If they are on a smartphone, we need to eliminate them there as well. I have included a link to the jpg screenshot which highlights in red the navigation arrows that we are referring to. I have also included a link to that post.
Is there a Quick CSS solution to eliminate the navigation arrows? We tried
nav.navigation.post-navigation {
display: none !important;
}
and
.post-navigation{
display: none !important;
}
but neither worked.
Thanks.
Hey clbdcnpafe,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .avia-post-nav {
display: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
or rather prevent their creation : Go to Blog Layout – Single Post Options – Disable Single Postnavigation