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 ![]()
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 ![]()
1 Like