How to remove uppercase text-transform from the theme?
-
Hi, I would like to change the uppercase text transform from all the menus from my site. I saw that is in a css file that I cannot find, style.min.css?ver=4.6.0.
Can you please tell me how I can remove it? Is it done through the admin panel or through a css file?
Thank you for your time and efforts.
Best regards
Antonis
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
body .main-nav .menu>li>a {
text-transform: none;
}
body .topbar-menu ul>li>a {
text-transform: none;
}
If you have other menus and need to change the text-transform, provide your site URL
Best Regards
Thank you for your excellent and quick answer. Could you please tell me how I can change the uppercase of the shop menu too?
Hello,
Please add the code to the Theme Settings > Custom CSS
body .basel-product-categories li a {
text-transform: none;
}
Best Regards