Archived topic
Removing text decoration from meta links in comments
3 replies · Started by Paul on December 27, 2022
Viewing posts 1–4 of 4
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
Hi there,
Give this CSS a shot:
.wp-block-comments a {
box-shadow: none !important;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect!
Thanks Leo :)
No problem :)
This archived topic is closed to new replies.
