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*

How to Remove Next & Previous Post Links On a Page/post on Clean Retina theme

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40233
    rajatpoonia37
    Participant

    sir tell me how to Remove Next & Previous Post Links On a Page/post on Clean Retina free theme

    #40257

    Hi Rajatpoonia37,

    To Remove Next & Previous Post Links Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .default-wp-page {
        display: none;
    }

    Thank you for using our theme.

    #42687
    herron_james
    Participant

    I’m also interested in this. I have the same problem. This CSS which you suggested will remove Next & Previous from the categories archive, search, etc. How can they be removed only from posts? Thanks

    #42692

    Hi herron_james,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .blog .default-wp-page {
        display: none;
    }

    Thank you!

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