Home Forums Free Themes WEN Business Remove "Leave Comment" link under posts

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12329
    jbartosh
    Participant

    Hello, there was a previous topic on removing the category navigation that by default goes under each post – I applied that fix and it worked. I am now searching for a fix to remove the “leave comment” button that appears under each post. Please advise.

    #12376
    wensolutions
    Keymaster

    Paste this in your Custom CSS field in Customize section or in style.css of your Child Theme.

    .entry-footer .comments-link {
        display: none;
    }

    Hope this helps you!.

    #12418
    jbartosh
    Participant

    Thank you, this worked fine. Also there is one more item I would like the option to remove. Under each post a logo with the username of the poster is displayed – I would like to hide that sitewide…

    #12435
    wensolutions
    Keymaster

    Hello @jbartosh

    Paste this in your Custom CSS field in Customize section or in style.css of your Child Theme.

    span.byline {
        display: none !important;
    }

    Hope this will help you.

    Regards!!!

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