Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #400368

    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

    #400827

    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

    #400954
    This reply has been marked as private.
    #401335

    Hi!

    What do you mean by “mobile tabs”? Are you referring to the mobile menu? If not, please provide a screenshot.

    Regards,
    Ismael

    #401671
    This reply has been marked as private.
    #402044

    Hi!

    Please post temporary admin login so we can look into it Justin. Code i posted should have worked :)

    Regards,
    Yigit

    #402166
    This reply has been marked as private.
    #402172

    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

    #402220
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Mobile Menu Styling’ is closed to new replies.