How to remove "continue reading" box from category pages?

  • Author
    Posts
  • #54994

    I want to completely remove the “continue reading” box below post exerts on the category page – it takes up too much space. How can I remove it?

    #55114
    Zed
    Cryout Creations mastermind

    There is no option to disable the ‘read more’ button, but you can hide it with CSS:

    p.continue-reading-button {
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to remove "continue reading" box from category pages?’ is closed to new replies.