• marieross22

    (@marieross22)


    [ Moderator note: moved to Fixing WordPress. ]

    Hello, I’m trying to figure out how to remove the ‘continue reading’ button in the Athena theme. It comes at the bottom of blog posts. Does anyone have an idea? I imagine I’ll have to tweak the CSS, but not sure what to add or take out..

    Thank you!!! Marie

Viewing 2 replies - 1 through 2 (of 2 total)
  • mdshak

    (@mdshak)

    Hi,
    Please install this plugin Custom CSS. Begin using the plugin by going to Appearance > Custom CSS in the Admin Menu. Here you can insert the given below code.

    div.continue-reading{
    display:none !important;
    }

    Thanks
    Mohammad

    Thread Starter marieross22

    (@marieross22)

    Awesome!
    It worked!!!
    THANK YOU so much!!!
    <3

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

The topic ‘Removing ‘continue reading’ button with CSS’ is closed to new replies.