[Resolved] Remove Button Link underline

Home Forums Support [Resolved] Remove Button Link underline

Home Forums Support Remove Button Link underline

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1574610
    Sonja

    Hello,

    I am writing my first post with the gutenberg block editor.
    When inserting a button with link, then the text has underline.

    How can i remove that?

    #1574638
    Ying
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know 🙂

    #1574718
    Sonja

    Hi,

    no, i am still writing this post, so it´s not published yet.

    #1574721
    Leo
    Staff
    Customer Support

    Can we revisit this issue when we have something live to look at?

    I cannot replicate the issue in a clean install:
    https://www.screencast.com/t/MblZYHfNxK

    #1574839
    Sonja

    OK, i come back to this, when the post is published. May take a while.

    #1574844
    Leo
    Staff
    Customer Support

    No problem!

    We will be here 🙂

    #1578823
    Sonja

    Hi,

    at the bottom of this page you can see a button, where this happens.

    #1578942
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You currently have this CSS:

    .single-post .entry-content a {
        text-decoration: underline;
    }

    Try replacing it with this:

    .single-post .entry-content a:not(.wp-block-button__link) {
        text-decoration: underline;
    }
    #1579033
    Sonja

    Hi Tom,

    Thanks, works fine now.

    #1580466
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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