Hi
I have use da twerk in order to add space in my navigation bar - by creating # Menu
I have managed to make these 3 items color white
but how to make them white in ‘Hover’ and the underline as well
https://the-body-shop-nordic.myshopify.com/
ubahdo
Hello @TBS2023
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
.site-nav__item:nth-child(9):hover .site-nav__link--underline::after, .site-nav__item:nth-child(10):hover .site-nav__link--underline::after, .site-nav__item:nth-child(11):hover .site-nav__link--underline::after {
border-bottom-color: #fff !important;
}
.site-nav__item:nth-child(9):hover .site-nav__link, .site-nav__item:nth-child(10):hover .site-nav__link, .site-nav__item:nth-child(11):hover .site-nav__link {
color: #fff !important;
}
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
1 Like