This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

How to hide the "read more" button in post grids

  • Creator
    Topic
  • #22689
    richard61
    Member

    I have been following your video “The Classic Portfolio” and can get the Featured Images showing nicely on a Post Grid Template. However under each image I have the Read More button. I am sure that there must be an easy way to get rid but can’t find it.
    Thank you in advance.

    • This topic was modified 7 years, 10 months ago by Jason Bobich. Reason: Edited title to be more descriptive of issue
Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #22696
    Jason Bobich
    Keymaster

    Hi Richard,

    Unfortunately, there’s no option for this. It would only be possible through your own customizations. Here’s a couple ways you could accomplish hiding it.

    You could just hide it with CSS:

    .post_grid .read-more {
      display: none;
    }

    Note: For CSS changes, it’s a good idea to use a tool like firebug or Google Chrome’s built-in developer tools to locate them and then put the edits either in your child theme‘s style.css or in the “Custom CSS” option on your theme options page.

    Or, you could copy content-grid.php to your child theme and delete the button.

    See article: http://dev.themeblvd.com/tutorial/editable-content-files/

    #22704
    richard61
    Member

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The forum ‘Commodore WordPress Theme (formerly Complexity)’ is closed to new topics and replies.