• I would like to only have images and 1 line of text appear on the grid page parent page. The child pages will have more text on them but I don’t want that to appear on the parent page.
    https://www.karmapharmaorganics.com

    The “Products” page is the parent page. Each image on the product page will link to the child pages that contain more information.

    Thank you!

Viewing 1 replies (of 1 total)
  • Hi there,

    The most straightforward way to remove that text would be with some custom CSS.

    To add custom CSS: Firstly set up a child theme or activate a custom CSS plugin. (If you have Jetpack installed then you can activate its custom CSS module.)

    Enter the following snippet in either the editor for your CSS plugin or the style.css file of your child theme:

    .child-pages .entry-summary {
        display: none;
    }

    Let me know if that works out for you or if you have any extra questions!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove text from grid page’ is closed to new replies.