Skip to main content

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.

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