Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #129986
    skynet
    Participant

    Hello great awesome CatchTeam! Is there any option to remove “leave a reply” link top and bottom from homepage? I just want to show the leave a reply option on articles, tag, category, archive but not on homepage. Please help! Thank you so much! my testing website: https://www.tecnologino.com

    #130015
    Skandha
    Participant

    Hello @skynet, If you mean to remove leave a comment from the homepage!Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .home .entry-meta .comments-link {
    display: none;
    }

    Let me know if this does the trick!
    Have a good day!

    Regards,
    Skandha

    #130018
    tikaram
    Keymaster

    @skynet : Please add the following additional css to remove leave a reply from homepage.

    .home .entry-meta .comments-link{
    	display: none;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #130039
    skynet
    Participant

    Thank you so much guys! Work perfect! 🙂

    #130074
    tikaram
    Keymaster

    @skynet : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove "Leave a reply" From Homepage’ is closed to new replies.