• Resolved lovestobegreen

    (@lovestobegreen)


    Hello and Happy Holidays,
    I’m hoping you can help me to remove the underline for the links within the Buttons on the webpage linked above.

    I’m found some forums that used this code but it doesn’t seem to work for me:

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

    .entry-content .wp-block-button__link {
    font-size: medium;
    text-decoration: none;
    border: none;
    }

    Thanks in advance!

    Michelle

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Michelle,

    Thanks so much- hope your holiday weekend was great as well!

    This CSS should do the trick:

    .single-content .wp-block-button__link {
        text-decoration: none;
    }

    Let us know if you need anything else!

    Thread Starter lovestobegreen

    (@lovestobegreen)

    Hi Steven,
    Oh perfect! Thanks so much for always responding so quickly and solving all my little struggles. I really appreciate it!!

    Best,
    Michelle

    Sure thing Michelle, happy to hear that it worked out! ??

    Take care!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Underline from Button link’ is closed to new replies.