Archived topic
How to remove underline from Generateblock buttons?
3 replies · Started by blackbird on March 29, 2023
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?
Hi Blackbird,
Try adding this through Appearance > Customize > Additional CSS:
.gb-button:hover {
text-decoration: none;
}
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.
You're welcome, Blackbird! :)