Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1474062

    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.

    #1474070

    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

    #1474075

    or rather prevent their creation : Go to Blog Layout – Single Post Options – Disable Single Postnavigation

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.