Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1144169

    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!

    #1144356

    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

    #1146240

    Hi Rikard, you were right, it was a caching issue on my cellphone. Thanks!

    #1146250

    Hi,

    Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1151205

    No, no additional help is needed. This topic can be closed. Thanks!

    #1151252

    Hi darryllevine,

    Great :) We are closing the thread.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘H1 in caps on mobile’ is closed to new replies.