Shopify themes, liquid, logos, and UX
Hello.
I have added some hover "animation" in the main menu (check attached print screen).
I would like to do the same in the sub menu collection, so the customer can easily see where he/she is (check attached print screen #2). Thanks!
web: www.koloset.si
Theme: Venture
Solved! Go to the solution
This is an accepted solution.
Add This Css in your Theme.css File
.site-nav__link:hover:after,a.meganav__link:hover:after {
width: 100%;
}
.site-nav__link:after,a.meganav__link:after {
position: absolute;
width: 0;
height: 2px;
bottom: 0;
background: #a5cd39;
content: "";
left: 0;
right: 0;
transition: width .3s ease 0s, left .3s ease 0s;
margin: 0 auto;
}
a.meganav__link{
position:relative;
display: inline-block;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
This is an accepted solution.
Add This Css in your Theme.css File
.site-nav__link:hover:after,a.meganav__link:hover:after {
width: 100%;
}
.site-nav__link:after,a.meganav__link:after {
position: absolute;
width: 0;
height: 2px;
bottom: 0;
background: #a5cd39;
content: "";
left: 0;
right: 0;
transition: width .3s ease 0s, left .3s ease 0s;
margin: 0 auto;
}
a.meganav__link{
position:relative;
display: inline-block;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Wow, that was fast! Works great! Thanks Raj!
Take care.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025