Hello,
I want to display only the title of the posts (excerpt and featured image is not required) in the category, I do not know how to set, thank you ~
Hi yhzkiki!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following:
.archive article .entry-content {
display: none;
}
Best regards,
Günter