Home › Forums › Support › Removing text decoration from meta links in comments This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 27, 2022 at 7:41 am #2474697 Paul Hi There, I’d like to remove the underline from the meta links (name, date) from comments (example in private info). I tried both of these but don’t work and I can’t figure out why: .wp-block-comment-template a { color: var(--grey-500); text-decoration:none; } .wp-block-comment-author-name { text-decoration:none; } Any help appreciated. A festive cheers! Paul December 27, 2022 at 1:23 pm #2475068 LeoStaff Customer Support Hi there, Give this CSS a shot: .wp-block-comments a { box-shadow: none !important; } Adding CSS: https://docs.generatepress.com/article/adding-css/ December 28, 2022 at 1:22 am #2475431 Paul Perfect! Thanks Leo 🙂 December 28, 2022 at 11:44 am #2476038 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In