Hello,
Can I ask assistance on how to increase the font size of my menu and change the dropdown’s position? I feel like it’s a bit awkward and too small. I am using the Free Booster theme.
Thank you in advance.
Hello,
Can I ask assistance on how to increase the font size of my menu and change the dropdown’s position? I feel like it’s a bit awkward and too small. I am using the Free Booster theme.
Thank you in advance.
Hello,
Please share your store URL with password (If Needed), So that I will give you proper solution here !
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
@media only screen and (min-width: 750px){
.site-nav__dropdown {
top: 60%;
}
a.site-nav__link.site-nav__link--main {
font-size: 16px;
}
}
Thank you so much @oscprofessional !
Appreciate it so much!
Welcome and Thanks for update