There are two arrows (one at the left edge of screen and one on the right) that lead viewers to older or newer posts. How do I disable or remove those arrows?
Notice the arrows on your won site – http://kriesi.at/themes/enfold/2013/10/23/the-lone-balloon/
The left edge arrow goes to this post – Add posts with various post formats easily. This is a post of post format Quote!
And the right edge arrow goes to this post – Billionaire Oilman Fueling America’s Recovery
How do I remove or disable these side arrows?
Hey mattkara!
Please see – http://kriesi.at/documentation/enfold/remove-post-navigation-for-a-post-type/
You can also add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-post-nav { display: none !important; }
Regards,
Yigit
Thanks! The quick CSS option worded. The other link you provided was a bit confusing. I wasn’t working with portfolio and I couldn’t find the right words/settings to make it work. Thanks for giving the second option.