Hi,
Currently i have this one.. in my page
I would like to look like this one..
and how can i disable the floating next and previous page? in the page
Hi jalmz!
You can change the related entries in your backend at Enfold->Blog->Related Entries
There is no option to hide the prev/next button but here is a simple css snippet to remove them:
add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->General Styling:
#top .avia-post-nav { display: none; }
Cheers!
Kriesi
Thanks Kriesi..