Remove Learn More Button?

  • Unknown's avatar

    Hello,

    I was wondering if it’s possible to remove the “learn more” button on the top homepage image, and any other featured posts that may appear in the slider.

    Thank you,

    Laurie

    The blog I need help with is: (visible only to logged in users)

  • Hi Laurie,

    If you don’t add text in the ‘excerpt’ field or use the ‘Image’ post type it shouldn’t display the ‘Learn More’ button in the slider. If you’re hoping for the title and text to display then you can hide just the Learn More button with the following CSS using WordPress Premium:

    .slideshow .more-link {
        display: none;
    }

    Thanks!

    Rebecca

  • The topic ‘Remove Learn More Button?’ is closed to new replies.