My client wishes for their whole site to be lowercase, however the menu on desktop is uppercase and I cannot get it to change to lowercase. Using editins theme.
Website not live yet.
Help please ![]()
My client wishes for their whole site to be lowercase, however the menu on desktop is uppercase and I cannot get it to change to lowercase. Using editins theme.
Website not live yet.
Help please ![]()
@LouiseSmillie
Hello,
Can You Please Share the Site Preview URL…
@LouiseSmillie
Hello,
.navigation-desktop .navigation-desktop__tier-1-link {
text-transform: lowercase;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Like This