[Resolved] Button Underline

Home Forums Support [Resolved] Button Underline

Home Forums Support Button Underline

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2311276
    Sonja

    Hello,

    how can I deactivate the underline in the link of a button? See page for example.

    #2311297
    Ying
    Staff
    Customer Support

    Change this CSS:

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

    To:

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

    Hi Ying,

    perfect, that works. Thank you.

    #2311359
    Ying
    Staff
    Customer Support

    No problem 🙂

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