• Resolved alanaj7

    (@alanaj7)


    Hi there. When I create new clickable/ linked buttons, the underline is showing. I have tried a few different CSS codes but the underline still shows up. Can you please advise how I can remove the underline?

    Also, is it possible to create custom buttons and save them as blocks? I want to be able to add the same button block to newly created pages without having to create a new button each time.

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

Viewing 1 replies (of 1 total)
  • Thread Starter alanaj7

    (@alanaj7)

    For anyone else having this problem, it is a WP issue. I added the following code to my custom CSS as a workaround. It is not perfect, but it worked. It does remove the underline from all linked text on the site, not just the buttons.

    /* Link Underline */ a { text-decoration: none !important; }

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.