Site logo

Archived topic

Color of site title on blog page

6 replies · Started by Mark on May 8, 2019

Viewing posts 1–7 of 7

I have used the customizer to set the color of all page "site titles." It seems to work on every page EXCEPT the blog index page. Is there a special setting for this, since it is essentially an index page?

I've tried using Simple CSS to control the site title on that page, but to no avail.

I would appreciate it if you could advise me.

Thanks,

Mark

Hi there,

You have various CSS added which is overwriting the customizer option:

.site-header a, .site-header a:visited {
    color: blue!important;
}
.home .main-title a, .main-title a:hover, .main-title a:visited {
    color: #FFFFFF;
}

Remove those then the customizer option should work normally on all pages.

Thanks Leo,

I didn't catch it in time. I saw the problem too and was just about to get back to you.

Thanks for taking the time.

Mark

P.S. Are you and David working for GeneratePress or are you volunteers. If you are volunteers, is there a way to give you a tip?

OK!

Thanks so much :)

This archived topic is closed to new replies.