badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Buttons for next and previous post

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #69187
    todor.dimitrov23
    Participant

    Hello Guys,

    I’d like to know how to disable these two buttons for next and previous Post?
    ex – Post 4 is opened and on the bottom of the page appears two buttons “<” and “>”. The first opens Post 3, the second Post 5.

    Many Thanks,
    BR

    #69210
    todor.dimitrov23
    Participant

    Hi again,

    I’ve added this code to the css, but doesn’t help me
    post-navigation a { display: none; }

    #69212
    todor.dimitrov23
    Participant

    Fixed it
    .navigation.post-navigation a { display: none !important}

    #69223

    Hi @todor-dimitrov23,

    It’s Great you fixed it but you have only hide the inside element so the margins from outside element is still making bigger gaps. To hide the whole Post Navigation Section you can update the below code instead of the latest previous code you mentioned.

    .post-navigation {
    	display: none;
    }

    Thanks

    #69225
    todor.dimitrov23
    Participant

    Well,

    This code completely fixed my problem!
    Tons of thanks for your support!
    BR

    #69281

    Welcome anytime @todor-dimitrov23

    Could you also please help us rating this theme in WordPress Repository here.
    We really appreciate your rating.

    Thank you for using our theme.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.