• Hello! I’m dusting off an old blog and trying to breathe new life into it. Everything was going well with the theme, then I noticed that I have both a “Read More” AND a “Continue Reading” button on my post snippets (or whatever you call them). I don’t think it looked like this before. I was messing around with font-size and font-family in Child Theme Configurator when I noticed the change. I assume I’ve made something visible that was supposed to be hidden but I can’t find what it was. I’ve taken out all the changes I’ve made with font-size and font-family and with .read-more classes but still haven’t fixed it. I would prefer to only have the “Continue Reading” button.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,
    Try this

    .read-more{display:none;}
    .entry-utils .read-more{block;}
    

    in your custom CSS box under Customize-▸Additional CSS to hide this.

    Let me know if you need additional help with this.

    • This reply was modified 5 years, 12 months ago by Fotis.
    Thread Starter captaincurls

    (@captaincurls)

    That hid both buttons. I just deactivated and reactivated my plugins to see if that helps. There’s a conflict with the Recencio Book Review plugin that’s causing the issue. I’ve reached out to their support. Thank you for your help!

    Great!

    .read-more{display:none;}
    .entry-utils .read-more{block!important;}

    This might work though.

    Thread Starter captaincurls

    (@captaincurls)

    That code still hid both buttons. The plugin developer has mostly corrected the problem with this code

    .entry-content .read-more {
        display: none;
    }

    But the last word of the post snippet is typically followed by a link that looks like […] to show that I really didn’t leave a sentence fragment hanging out there. That has disappeared with this fix. Any idea how to get it back?

    Ignore all that. It looks exactly the way it should now. I don’t know what happened.

    Thank you for your time!

    • This reply was modified 5 years, 11 months ago by captaincurls.
    • This reply was modified 5 years, 11 months ago by captaincurls.
    • This reply was modified 5 years, 11 months ago by captaincurls.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Read More Button’ is closed to new replies.