how to limit preview on grid page – Goran Theme

  • Unknown's avatar

    On the grid portion of page, which shows featured image preview of the text on “children” pages – how can I limit of exclude the preview of text limiting preview to image and title of page?

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

  • Unknown's avatar

    Hi there,

    The Goran theme automatically creates and displays that text preview, but you can use Custom CSS (part of your WordPress.com Premium upgrade) to customize that.

    To remove that text preview, you can use CSS like this:

    .grid .entry-summary {
      display: none;
    }

    You can add that CSS to your site in the CSS editor in your site’s Customizer. Please let me know if you have any questions about that. :)

  • The topic ‘how to limit preview on grid page – Goran Theme’ is closed to new replies.