I have all the page title set to white, including blog page, single page and category archive page, however the author archive page page title is defaulting to black. When I try changing this with CSS (tried many different variations) I can get it to white, but it also makes all the post titles white as well which I do not want.
Any help or CSS snippet for that would be appreciated.
Hey timkeeley,
I have checked it and it seems to be white now.
If you still have issues with it you can try this one:
#top.archive.author #wrap_all #main .main-title.entry-title {
color: white;
}
Best regards,
Nikko