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 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.