Why does the underline disappear from 'Get Code' on mouse hover?

Hi All!

Please can someone assist me.

In the announcement bar in my header, I have underlined the text “GET CODE” and added a link. Currently when the mouse hovers over the announcement bar, the underline disappears from “GET CODE”. I would like the underline to stay on mouse hover. See screenshot below.

www.electricrideco.com

Thanks in advance!

1 Like

@Agnesia

Thanks for your reply! I don’t see any option to make this change in my theme customisation (see screenshot below). Is there a way I can change it in the theme code?

@guyv

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.notification--promo a:hover u {text-decoration: underline;}
1 Like

@KetanKumar

Perfect! Thanks a lot.

1 Like

@guyv

its my pleasure to help us