Hello. How do I underline text in an Unbounce button? I am assuming this will require some CSS, but do not know what specifically it needs to include.
Page 1 / 1
Hi Nicholas,
This little bit of custom CSS should add the underline to your button. Add it as a
#lp-pom-button-101 .label {text-decoration: underline;}
Just replace #lp-pom-button-101 with the id associated with your button.
Also, have a look at this link to understand How to add custom CSS
Let us know how it goes.
Thanks for this Andre!
What if I wanted to add Bold text on hover? This is what I have. #lp-pom-button-65 .label {text-decoration: underline; text-align: left; padding-left: 0;}
So how do I add bold text on hover?
Thanks,
Tiffany
Reply
Log in to the Unbounce Community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.