Can’t seem to get the mobile TABS in uppercase here, and increased in size on my Iphone. I must be missing something in the CSS.
The following has no effect.
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
text-transform:uppercase!important;font-size:1.5em!important;border-bottom:0px solid #F0F0EF!important;background:#2B6973;}
Please help! Thanks!
Justin
Hey Justin!
Please use following code
ul#mobile-advanced * {
text-transform: uppercase;
font-size: 1.5em;
}
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
border: none!important;
}
ul#mobile-advanced {
background: #2B6973;
}
Best regards,
Yigit
Hi!
What do you mean by “mobile tabs”? Are you referring to the mobile menu? If not, please provide a screenshot.
Regards,
Ismael
Hi!
Please post temporary admin login so we can look into it Justin. Code i posted should have worked :)
Regards,
Yigit
Hi!
You had an unclosed curly bracket in Style.css file of your child. I closed it and now it is working fine. Please review your website
Regards,
Yigit