Featured Summary CSS Customization

  • Unknown's avatar

    Hello, I am using the Expound theme and I would like to know if there’s a snippet for the following request.

    On my main page, just below the Featured post. I have a column with 4 category posts. Is there a snippet to erase or hide the summary text of those 4 posts, only leaving the tittle of each post but without erasing the summary text of other posts? Only to those 4 posts in the column. Thanks

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

  • Unknown's avatar

    Hey,

    To remove the summary of only the four category posts, try adding this code to your CSS:

    .featured-content-secondary .entry-summary p {
        display: none;
    }

    I hope this helps! Let me know if you any issues. :)

  • The topic ‘Featured Summary CSS Customization’ is closed to new replies.