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

    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!

    #811691

    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

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