Site logo

[Resolved] Removing text decoration from meta links in comments

Home Forums Support [Resolved] Removing text decoration from meta links in comments

Home Forums Support Removing text decoration from meta links in comments

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #2475068
    Leo
    Staff
    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/

    #2475431
    Paul

    Perfect!
    Thanks Leo 🙂

    #2476038
    Leo
    Staff
    Customer Support

    No problem 🙂

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