Site logo

[Resolved] How to remove underline from Generateblock buttons?

Home Forums Support [Resolved] How to remove underline from Generateblock buttons?

Home Forums Support How to remove underline from Generateblock buttons?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2586686
    blackbird

    Hi, since a couple of months, maybe half a year, my generateblocks buttons does have underline on mouse over. I am almost certain they did not have that earlier (?) and I do not want any underline on buttons.
    How can I remove the underline? But not change anything else. I can´t seem to find the right CSS code.

    You can see example of buttons in the url added to the private info below.

    Bonus question:
    Is there any positive win in speed or so to change all “old” buttons to the new type without the “extra” container, that came with the latest update?

    #2586691
    Fernando
    Customer Support

    Hi Blackbird,

    Try adding this through Appearance > Customize > Additional CSS:

    .gb-button:hover  {
        text-decoration: none;
    }
    #2586703
    blackbird

    Aha, so simple when you know it 🙂
    I tested other codes from this forum but they did not target it correct I guess.
    Thank you, solved.

    #2586745
    Fernando
    Customer Support

    You’re welcome, Blackbird! 🙂

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