Site logo

Archived topic

site title font color on mobile

7 replies · Started by gedosan on April 27, 2020

Viewing posts 1–8 of 8

Hi Guys

How do I make my site title text be white on mobile please?

Thanks

Hi there,

you can change the Site Title color in Customizer > Colors > Header --> Site Title

Hmm it actually is already set to white, and appears white on desktop, but on mobile its black.

Caching plugin deactivated. Cheers

Try this CSS:

@media (max-width: 768px) {
    .navigation-branding .main-title a, .navigation-branding .main-title a:hover, .navigation-branding .main-title a:visited {
    color: #fff;
    }
}

Perfect thanks Leo

No problem :)

This archived topic is closed to new replies.