• Resolved theflannelgardener

    (@theflannelgardener)


    Hello!

    I’ve been searching through different support threads and I have tried various CSS code but I have been unsuccessful in removing the text “Leave a Comment” and icon from my blog posts on my Natural Lite theme WordPress site. I’ve unchecked “Discussion” boxes in settings but the text and icon are still there.

    I’ve tried a plugin that disables comments but it doesn’t remove the text and icon from my posts.

    Do you have any suggestions or a CSS code that may work in removing the “Leave a Comment” text and icon from my blog posts?

    Thank you for your help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Organic Themes

    (@organicthemes)

    Hello,

    As a note, this question is related to the Natural Lite theme, and is not related to the Builder Widgets plugin of which this forum is related to.

    That being said, we’re still happy to help since it’s our theme ??

    Add the following CSS to hide the “Leave a Comment” text and icon:

    .post-author .align-right {
        display: none;
    }

    I hope this helps. Thanks!

    Thread Starter theflannelgardener

    (@theflannelgardener)

    Thank you! It did the trick. My apologies for posting in the incorrect area. I appreciate you still helping me out with this.

    Thanks again!

    Plugin Author Organic Themes

    (@organicthemes)

    No problem, glad that resolved the issue. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Leave a Comment Text & Icon’ is closed to new replies.