Site logo

Archived topic

Changing Color of Site Title in mobile Header does not work

5 replies · Started by Nic on August 10, 2020

Viewing posts 1–6 of 6

Hi there,

do you only want to change the color on mobile header ?

Hola David,
Yes, i can change that color on tablet and desktop view. But on mobile view it remains black when i want it to be sticky.

Can you share a link to your site ? You can edit your original topic and use the Site URL field to share it privately.

Hello,

Did you guys get this issue resolved? I am having the same exact problem. My site URL is https://guitartipsguy.com

-Warren

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: #1e72bd;
    }
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

This archived topic is closed to new replies.