Hello,
I tried removing the caps on H1 using the advanced styling page, but it didn’t work, so I added the following in the style sheet of my child theme:
h1 {
text-transform: none !important;
font-weight:normal !important;
letter-spacing: 1px !important;
}
This has worked on my desktop, but not on mobile. I tried adding something like the following to apply it to mobile:
@media only screen and (max-width:767px){
h1 {
text-transform: none !important;
font-weight:normal !important;
letter-spacing: 1px !important;
}
}
But it didn’t work either.
Do you know how I can apply this change on mobile as well?
Thanks!
Hey darryllevine,
That CSS should work on all screen resolutions, did you try loading the site in an incognito window or clear your local browser cache and reload the page?
Best regards,
Rikard
Hi Rikard, you were right, it was a caching issue on my cellphone. Thanks!
Hi,
Did you need additional help or shall we close this topic?
Best regards,
Jordan Shannon
No, no additional help is needed. This topic can be closed. Thanks!
Hi darryllevine,
Great :) We are closing the thread.
Best regards,
Victoria