New Landing How can we help? Themeforest Theme Support Flexform How to remove the next and previous post section

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Flexform
  • #6597
    Bitedge
    Member
    Post count: 345

    Hi Guys,

    I would like to get rid of the next and previous post section that sits between the related articles and the comments on posts. It makes it all too much stuff and clutter down there.

    http://australian-sports-betting-guide.com.au/founders-blog/betfair-premium-charge-explained/

    #6709
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hey,

    Add this custom CSS in the General theme options:

    .pagination-wrap {
        display: none;
    }

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #6711
    Bitedge
    Member
    Post count: 345

    ^ The man is a genius!

    #45942
    ur23design
    Member
    Post count: 4

    Thanks worked great! Does the responsive visibility short code work with this? Or is there a good way to hide it on mobile only? Thanks j

    [sf_visibility class=”visible-sm”]
    ENTER THE RESPONSIVE VISIBILITY CONTENT HERE
    [/sf_visibility]

    #46616
    Melanie – SUPPORT
    Member
    Post count: 11032
    @media only screen and (max-device-width: 480px) {    
    .pagination-wrap {
        display: none;
    }
    }
    #112825
    Bitedge
    Member
    Post count: 345

    Unfortunately that removes pagination from the search results as well, How can we remove the next and previous post section but still have pagination on search results?

    #112831
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,
    Please add the code below to the theme custom css options

       
    .blog .pagination-wrap {
        display: none!important;
    }

    -Rui

    #130964
    Julia_CNEH
    Member
    Post count: 16

    Hi, I want to hide the next and previous post section (in the top), i put this code
    .pagination-wrap {
    display: none;
    }

    and

    .tags-link-wrap,{
    display: none;
    }

    but it doesn’t work…
    Thank you for your help, Julia

    Attachments:
    You must be logged in to view attached files.
    #130979
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You got a link?

    – Kyle

    #131010
    Julia_CNEH
    Member
    Post count: 16
    #131012
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    ul.post-pagination-wrap {
    display: none;
    }

    – Kyle

    #131031
    Julia_CNEH
    Member
    Post count: 16

    Super! Thanks!

    #131036
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.