• Been trying to figure out how to remove the meta data for the author in the recent comments meta box in the right side bar. Can’t seem to find the right css using firebug for this change. There is no link to provide as it resides on my local server but I’ve attached a screenshot below. Any ideas?

    screenshot

    • This topic was modified 7 years, 11 months ago by nootkan. Reason: added more text
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Sayful Islam

    (@sayful)

    Recent comments is WordPress default widget. You can hide comment author link but there is not way to hide on using CSS.

    To hide author link, you can use the following css
    .comment-author-link { display: none; }

    Thread Starter nootkan

    (@nootkan)

    Thanks for the css, much appreciated. I believe if I create a new recent comments widget in my child theme I should be able to change the wording as I see fit. Will give it a try soon.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove meta data from side bar?’ is closed to new replies.