emmiii
March 11, 2022, 6:18am
1
Hi there,
I am using Dawn theme and would like my main nav menu items to have a hover effect,
Currently they have an underline (on hover) but I would like to remove that and instead decrease the font size. I would also like to see what it looks like if I was the change the font family.
Thanks for your help!
Emily
1 Like
emmiii
March 11, 2022, 6:23am
2
Website address is: ti-ni.store
1 Like
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
@emmiii
Welcome to the Shopify community!
Thanks for your good question.
Please share your store URL. and password,
your store is password protected.
So that I will check and let you know the exact solution here.
emmiii
March 11, 2022, 8:30am
6
emmiii
March 11, 2022, 8:59pm
7
Hi @emmiii ,
You can follow the instruction below:
Go to Online Store->Theme->Edit code
Asset->/base.css->paste below code at the bottom of the file:
/* This css change font size */
.header__menu-item {
font-size: 12px !important;
}
/* This css remove udnerline when hover */
.header__menu-item:hover span {
text-decoration: none !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.