Please see the following store: https://et-tani.myshopify.com/ (password is YMStore).
When accessed from mobile, the header title text on the navigation bar is lower case. I am trying to make it upper case as in the desktop version.
I have added the following code onto the base.css file:
/* Mobile */
@media (max-width: 767px) {
.header__heading {
text-transform: capitalize !important;
}
}
Still absolutely nothing when I refresh on mobile. What’s happening here? I’m using the Dawn theme.
Thanks