• Resolved benmillard

    (@benmillard)


    Hi,

    I’m trying to remove the “Read More” buttons from the Featured Page section of the Front Page.

    My end goal is to have just featured images (which are already ckickable) with page title and short text below them.

    Can this be done through stylesheet, or will I need to go more “under the hood?”

    Also, can you point me where to look under the hood, or supply me with the CSS?

    Thanks,

    Ben

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    This custom CSS should do the trick:

    .home .featured-page .more-link {
      display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    Since you’re already using Jetpack, an easy way to add custom CSS is to activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    Thread Starter benmillard

    (@benmillard)

    Awesome. Thanks for the fast response! I love the Goran theme, and have used it on 3 different sites now (with different CSS looks, feels.)

    Moderator Kathryn Presner

    (@zoonini)

    That’s great, glad you’re liking Goran!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing "Read More" Buttons from Front Page Featured Pages’ is closed to new replies.