Site logo

Archived topic

Hide "Read More" button in single category?

3 replies · Started by Stacey on November 27, 2018

Viewing posts 1–4 of 4

Is it possible to hide the "Read More" button for a single category?

For example: I have a news category. I want posts in that category to ALWAYS show a read more button after 55 characters. I also have a product category. I NEVER want a read more button to show for that category.

Is there a way to force the read more button for one category and block it in another?

Hi there,

The link you provided isn't working for me.

Can you double check and guide me to the page where you want to hide read more button?

Let me know :)

Leo,

The website is currently in maintenance mode so it is not possible for people outside my office to visit the site at this time.

Try this CSS:

.category-NAMEOFCATEGORY .read-more-container {
    display: none;
}

If this doesn't work then I'll need to see your site.

Thanks!

This archived topic is closed to new replies.