Disable continue reading button

  • Kailash

    #10436

    Hi,

    How can we remove continue reading button from every archive & category pages on mobile Neo theme?

    its looking like this – http://prntscr.com/bh3ni4

    trehesten

    #46118

    I have a common question: Why is ‘read more’ button show, even if the post is shown in complete. (there is not added add-more split in article)

    Kailash

    #46119

    Hey Syahir,

    Waiting for your solution on this problem…

    Admin

    Syahir Hakim

    #46120

    The easiest would be to hide it using CSS. Enter this code in the theme’s Custom CSS option:

    .archive .entry-footer .more-link {
    display: none;
    }

    Kailash

    #46121

    Hi Syahir,

    after applying the code to the Neo custom CSS,

    continue reading button its removed from category pages, but not from home page & pages next to 1, 2, 3 from the home page,

    its still showing on search result pages.

    Kailash

    #46122

    I changed it to,

    .entry-footer .more-link {
    display: none;
    }

    & its not showing anywhere.

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

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