Okay
  Public Ticket #1919185
theme-settings set to lowercase, not working on mobile template
Closed

Comments

  •  1
    RobertNey started the conversation

    Hey,

    I set in the theme settings everything to be lowercase, but it is not working on the mobile template. Please check the attached screenshots.

    How can I fix this? Or can you update the Kathy template that also the mobile template is affected when settings everything else to lowercase?

    Thanks in advance!

  •  291
    Paul replied

    Hi there!

    You can use custom CSS to force those letters to be lowercase. Please try this:

    .mobile-menu-text,
    #mobile-menu-entity li {
        text-transform: lowercase;
    }
    

    I hope it helps!

    Regards,
    Paul

  •  1
    RobertNey replied

    Helped! Thanks a lot Paul :-)

  •  291
    Paul replied

    You're welcome! Happy to help!smile.png