Removing the read more button on the homepage

  • Anonymous

    #5503

    There is a “read more” button at the bottom of my homepage that links to some recent but not most recent reply. It seems useless. Is there a way to turn it off? When I include the link to the site, my post isn’t accepted–I don’t know why. You can find it by looking at the previous topic

    that I posted: https://forum.graphene-theme.com/graphene-support/site-name-nbsp-and-email-notification-subject-field

    Thanks!

    Martin

    Anonymous

    #32083

    Ah the wonders of Custom CSS; the following did the trick (because this was the only block-button on the homepage):

    body.home .block-button {
    display:none;
    }

    There probably exists a nicer solution, but this works.

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

  • You must be logged in to reply to this topic.