Title Fonts not applying on Homepage

  • Hello,

    The issue should be fixed now. Thank you for your patience!

    Kind regards,
    Taras

  • Hello Taras,

    Title font issue on homepage is resolved.

    Although I did not a few new changes which I couldn’t change:
    1. Leave a reply: I would like to have this removed, please.
    2. Homepage Grid Hover: Posts are still using hover and changing the rgba values to 0 doesn’t help. Can hover be removed and have homepage posts displayed at full brightness also?

    /*Remove Hover on Home Posts*/
    .hentry-grid .hentry.has-post-thumbnail:hover .hentry-overlay,
    .hentry-grid .hentry.post-password-required:hover .hentry-overlay {
    	background-color: rgba(0,0,0,0.3);
    }
    

    Everything else looks great, site speed is also excellent. Congratulations.

  • Hi Abdullah,

    “Leave a reply: I would like to have this removed, please.”
    – If you are referring to the comments section then to remove this title, please use this custom CSS:

    
    #page .comments-area .comment-reply-title {
      display: none;
    }
    

    “Posts are still using hover and changing the rgba values to 0 doesn’t help.”
    – Please use this custom CSS to remove the overlay from your grid:

    
    .hentry-grid .hentry-overlay {
      display: none;
    }
    

    I am going to close this topic since the issue with fonts is resolved now.

    If you have any other questions regarding the theme, feel free to open a new thread and I will be happy to help you.

    Kind regards,
    Taras

  • The topic ‘Title Fonts not applying on Homepage’ is closed to new replies.