New Page Title Background & Font not working on Mobile

1 reply · opened Apr 2, 2024

GGavinBaylisApr 2, 2024

Hi

I have added a background and changed font to the Page Title area and all works on a desktop but on a mobile the background and font has not changed and I can't find the relevant css.

This is the rule I have changed

.page-title-pattern {
    background-image: url("images/pattern.png");
    background-repeat: repeat;
    background-attachment: fixed;
}

And Inline font

.page-title-content h1, .page-title-content .h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: var(--cnvs-page-title-font-weight);
    color: #fdfdfd;
    font-family: Galonia;
    font-size: var(--cnvs-page-title-font-size);
    letter-spacing: var(--cnvs-page-title-spacing);
}

Thank you in advance

SSemicolon WebSTAFFApr 30, 2024

Hello,

Thanks for your Patience!

We tried checking out the Live URL but unfortunately, it does not exist at the moment. Regarding your issues, we feel that on the Mobile Devices, the browser cache could be an issue. Please make sure that you clear the cache in the settings and try checking this again as this should be resolved.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard