Underline for bottons

Posted in: Newspaper
Post count: 4

Hi there,

For flex boxes, grids and menus I can use an ‘underline’ visual when the cursor hovers. However, for buttons I’m not given the same option.

Is it possible to get an underline hover visual on buttons?

My website: http://www.tandem-development.com

Thanks for your help!

Mark

Post count: 35449

Hi,
Indeed for some elements the underline option on hover is not present, but you can use a css link this one -> https://i.imgur.com/SxbcaAG.png
.tdm-btn:hover span{
border-bottom: 2px solid;
}

Set this code in the theme panel > custom code> custom css.
I hope this will help you!

Post count: 4

Hi Calin,

Amazing! This has worked – thanks so much!

Mark

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.