Sela Grid Page Layout

  • Unknown's avatar

    I have 2 parent pages that use the grid page layout. However, for one of them I want to remove the text that appears after the titles of the child pages. How can I customize the CSS coding to make it this happen?

  • Unknown's avatar

    Hi there, since you did not let us know which page, I’ve arbitrarily used your Areas of KC page in the following CSS. I’ve specifically targeted that page only by using the unique page id CSS class from the opening body HTML tag. If you wish to try this on your own, you will find the unique page id CSS class in the opening body HTML tag which you can find with the web inspector built into your browser.

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

    If that is not the page you wished to hide the excerpts on, you can use the above code as a guide and change out the ID number.

  • Unknown's avatar

    Thank you for your advice. This has been solved!

  • The topic ‘Sela Grid Page Layout’ is closed to new replies.