Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #129887
    harmwal
    Participant

    How do I remove the “more posts” button from the homepage News section? Is there CSS code that can delete it? Thank you.

    #129908
    tikaram
    Keymaster

    @harmwal : Go to Appearance => Customize => Additional css and add the following css.

    .content-area .more-link {
    	display: none;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #129974
    harmwal
    Participant

    Thank you! For some reason nothing happened, it’s still showing?

    #130034
    tikaram
    Keymaster

    @harmwal : Please post in your site URL.

    Regards,
    Tikaram

    #130061
    harmwal
    Participant
    #130073
    Skandha
    Participant

    @harmwal: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .nav-links {
    display: none;
    }

    Let me know if this works.

    Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove "more posts"’ is closed to new replies.