Hi, I want to change the menu item from upper case to lower case. Anyone know how to do by custom code ? Thanks !
You need to add the following code into custom css.
.ty-menu__item .ty-menu__item-link { text-transform: lowercase; }
Also the 'none' value of this property can be helpful.
You need to add the following code into custom css.
.ty-menu__item .ty-menu__item-link { text-transform: lowercase; }Also the 'none' value of this property can be helpful.
Very appreciate ! Thank you very much !