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

    I’m creating portfolio entries. It’s looking like I want it, but I noticed that there’s a vertical tab that appears and takes the viewer to the previous portfolio entry. How can I control which entry to show next. Or, how can hide/turn off this tab?

    Thanks!

    #400460

    Hey laptophobo!

    Thank you for using Enfold

    Are you referring to the post navigation located at both end of the screen? Add this to the Quick CSS field:

    a.avia-post-nav {
    display: none !important;
    }

    Best regards,
    Ismael

    #400899

    Yes. Wasn’t sure if doing the “display:none” thing was the best way to proceed. Thanks for your help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘hide the left tab on Portfolio Entry’ is closed to new replies.