this image represents the menu i would like
the second image is my store currently
Share the URL please
Hi @7kingodmsla ,
Please share your store URL and password of front view.
So that I will check and let you know the exact solution here.
Best regards.
password
its password protected
rawgow password
a.site-nav__link {
font-size: 20px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
@7kingodmsla
Add this code in theme.css or theme.scss file.
li.site-nav__item a {
font-size: 18px !important;
}
Hi @7kingodmsla ,
You can try follow the instruction below:
.header-wrapper.header-wrapper--transparent .site-nav__link{
font-size: 20px !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.