Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #600845

    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 ~

    #601428

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.