How to hover underline navigation links on the header Flow theme

Hello,

How can I hover underline the navigation links, I am using flow theme.

Thank you in advance.

Aron

2 Likes

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

@aronherz

Please share your store URL!

Thanks!

@aronherz ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

You can customize the values as per your wish:

0.5px = thickness of the underline. You can use integers as well (1, 2, 3, etc)
0px = distance of the underline in relation to the word
#453029 = HEX color

Kind regards,
Diego