Archived topic
Color of site title on blog page
6 replies · Started by Mark on May 8, 2019
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
Sorry, typo. the site URL is http://newnimblethimble.michianait.net
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?
No problem :)
We are actually GP's staff.
You can always donate to our on-going development if you are feeling generous:
https://generatepress.com/ongoing-development/
We really appreciate your support :)
OK!
Thanks so much :)