How can i disable Header-Hero in BLOG section ?
like you can see, header-hero automaticly generate this banner
Hi,
Please use this CSS snippet:
.single-post .header-hero {
display: none;
}
Please note that it can require further customization.
āI hope this is helpful to you.
HI,
@andrii thats helps
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.