Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1236555

    Hi
    On https://HastingsMowers.com.au in the ‘Color Section’ at the top of the Contact, Products and Service pages.
    I don’t know why the H1 Heading font type in ‘Special Heading’ chances on mobiles. It is set to Arial however on mobile it looks like Times New Roman!

    Also is there a CSS or code that can justify the Headings in a slider or Special Heading to be higher on the image in Mobile view?

    Appreciate your help. The login details are in the Private content section.

    Cheers Dave

    #1236822

    Hey Dave,

    This CSS is causing that to happen:

    @media only screen and (max-width: 979px) {
    h1.av-special-heading-tag {
        font-family: 'Roboto' !important;
        font-weight: 900;
    }
    }

    I’m not sure exactly where that is added since you have file compression active, if you turn that off then we can see in which file it’s added.

    Best regards,
    Rikard

    #1237634

    Hi Rikard
    No that didn’t work still Times New Roman even using an Incognito browser.

    Appreciate any further ideas :)

    Dave

    #1237650

    Hi,

    Can you try disabling active plugins to see if the issue resolves?

    Best regards,
    Jordan Shannon

    #1237656

    No joy deactivated all plugins even the SSL and the H1 font in Special Heading on mobiles is still Times New Roman. I changed all heading in all setting to Arial just to see and still no joy :(

    Thanks anyway

    #1238080

    Hi Dave,

    The CSS I pointed out earlier is still applying. If you can’t find it yourself then please post admin WordPress login details in private so that we can try to find it for you.

    Best regards,
    Rikard

    #1238314

    I removed all other CSS and changed it from Roboto to Arial and it works. So I’ll stick with that font.

    Thanks for your help, it is really appreciated, have a great day :)
    Dave

    #1238648

    Hi,

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

    Best regards,
    Jordan Shannon

    #1238654

    All good thank you

    #1238669

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Heading font type chances on mobiles’ is closed to new replies.