Hello
I can’t have the same letter case everywhere in my menu. I want “capitalize” in each of the 3 levels (the “Galleries” menu link).
The present code works fine for the first level :
body .main-nav .menu > li > a {
text-transform:capitalize;
}
I have tried to replace it with this one for the whole 3 levels :
body .main-nav-menu .sub-menu li .sub-sub-menu li a{
text-transform:capitalize;
}
It does not work and even spoils the first level that turns back to uppercase.
NB : the problem does not concern the mobile menu which works fine.
Could someone help me to have the 3 levels similar in “capitalize” ?
Thanks in advance.
The page I need help with: [log in to see the link]