Hi team,
Thank you for the constant updates on the theme.
A few issues occurred after the recent update on our website :
I have uncheck the option to display comment count and date of blog post. However, this still continues to appear. I am also facing a problem with a big gap in between my header & main content on the front page after updating the theme.
Please help as i have tried the whole day(including the padding option) but to no avail.
Thank you in advance!
Hey momentold-5,
Add the following to quick css:
/* Remove comment number and date */
.slide-content .slide-meta{
display:none!important;
}
/* Remove space between header and content */
.container_wrap.container_wrap_first.main_color.fullsize{
display:none!important;
}
Best regards,
Jordan Shannon