Solved

Underline text in a button

  • 22 April 2016
  • 3 replies
  • 106 views

Userlevel 7
Badge +4

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.

icon

Best answer by Andre_DCosta 22 April 2016, 02:33

View original

3 replies

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!

Badge

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