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!
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
Yes. Wasn’t sure if doing the “display:none” thing was the best way to proceed. Thanks for your help.