Removing short, title and category button

Anyway, we can have the short title and category button above the title of the blog be removed? Looking to reduce the space up top. And just the title is enough. Thank you

Hey there, @Rev_Devan :slightly_smiling_face:

Here’s a custom CSS code that will help you with removing the Blog widget’s header:

/* hide header */
.es-header-container {
  display: none;
}

Try it out and share your feedback :raising_hands:

1 Like