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

    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

    • This topic was modified 9 years, 6 months ago by jalmz.
    #317230

    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

    • This reply was modified 9 years, 6 months ago by Kriesi.
    #317363

    Thanks Kriesi..

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable floating next page’ is closed to new replies.