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 Navigation Links at Bottom of Posts Only

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42685
    herron_james
    Participant

    I would like to remove the navigation links <- and >- to other posts which display at the bottom of all posts. I can do it with CSS but then it removes the navigation in the categories ie. archive pages. Because they are the same class, I don’t think it can be done with CSS.

    Can you tell me which lines to remove from the code in order to do this? Thank you very much.

    #42694

    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!

    #42717
    herron_james
    Participant

    That didn’t work but this did:

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

    In case someone else needs to get this done.
    Thank you!

    #42733

    You did great

    Thank you!

    #42788
    bkchua
    Participant

    Thanks! That worked perfectly! 🙂

    #42835

    🙂

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