• The similar forum request to remove the “Read More” button and leave the small pic with respective links to their page is ideally what I’d like as well…. but to no avail.

    The Custom CSS suggestion is not working for me…

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

    Here’s my link.

    https://2015pavethewaywsac.wordpress.com/

    Thanks for the help!

    J. Carlos

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    It looks like you’re running a WordPress.com site with Custom Design in trial mode. That means that you can only preview custom CSS it in the Customizer. To view your custom CSS publicly, you’ll need to purchase one of the WordPress.com plans:

    https://store.wordpress.com/plans/

    This CSS should then do the trick to hide your Read More buttons in the grid:

    .home .grid .more-link {
      display: none;
    }

    These forums are for for folks running the WordPress software on their own hosting. If you need further help with custom CSS on your WordPress.com site, please post over in the WordPress.com CSS Customization forum:

    https://en.forums.wordpress.com/forum/css-customization

Viewing 1 replies (of 1 total)
  • The topic ‘Removing the "Read More" button from Goran Home Page/Grid theme’ is closed to new replies.