Hi,
I’m using Shopify Venture theme. I want to add underline animation to the Site-nav links on hover.
Is there anybody to help me out.
Thanks,
Hi,
I’m using Shopify Venture theme. I want to add underline animation to the Site-nav links on hover.
Is there anybody to help me out.
Thanks,
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi @KetanKumar ,
Here is my Site URL : https://bleucentral.com/
It’s password protected. I’ll be sending the password through e-mail to you.
Thanks,
great thanks i will check and update
i have checked not 2 hover effect menu item can you please remove first both are after let me know i sill give proper code
Hi,
Actually I’ve removed all the customised hover effects.
Now whatever is default, is there and I don’t know how to remove it.
Thanks,
Dip_BC
Hi,
Yes, just like that, but where should I put these codes?
Thanks,
Dip_BC
thanks for confirming please add this code
.site-nav__link {position: relative;}
a:hover, a:focus, .link-accent-color:hover, .link-accent-color:focus {color: #fff;}
.site-nav__link::after {
position: absolute;
width: 0;
height: 2px;
bottom: 0;
background: #fff;
content: "";
left: 0;
right: 0;
transition: width 0.3s ease 0s, left 0.3s ease 0s;
margin: 0px auto;
}
.site-nav__link:hover::after { width: 100%;}
it’s my pleasure to help us