Remove 'See All Posts'

  • Posted in : Empathy
  • TDtrevoC
    Participant

    How can I remove the see all posts button at the bottom of the blog layout page.

    TIA

    TDtrevoC
    Participant

    Example: http://www.valleyoftoronto.dev/#/blog

    remove the ‘see all posts’ button at bottom

    TDtrevoC
    Participant

    Sorry for the style question.

    For those who end up here, the following works, although the class ‘button’ is possibly very common, so not sure if it will remove something elsewhere. I don’t use the portfolio section, but it seems ok for the rest of the site.

    It can be removed in two ways.

    1. This will remove the button, but keeps a large space at the bottom of the site that the button nested in:

    a.button { display: none; }

    2. This will remove the p container that the button nests in and therefore the button also. This is the methos I used, but again, I’m hoping this class name is not used elsewhere.

    p.launch { display: none; }

    Hope this helps someone else.

    serkan
    Moderator

    Hi,
    Second custom css code is the best options to remove it.
    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register