Archived topic
text color different header menu different
7 replies · Started by generatepressuser on July 28, 2019
Hello
I have an element with "fullscreen" on the start page and transparent navigation and when scrolling down, a sticky header with a white background, it works fine.
But since the text color and the background image is very similar (brown), Im wondering if its possible to change the text color to white, only when the page is scrolled to the top? It would mean when opening the page, the navigation text would be white and when scrolling down it would be as it is now (brown).
Regards
Hi there,
It should be the Navigation Text option in that header element:
https://docs.generatepress.com/article/header-element-overview/#navigation-colors
Let me know if this helps :)
Hello,
Thank you, it was exactly what I was looking for :)
Is it also possible to do the same with the subtitle? I did already check the customizer > colors, but there is no option for the subtitle.
Its not that bad if not, I could also change the background image with another color, but Im curious if I just dont see the maybe available color option for subtitle?
Regards
Hmm there is no subtitle inserted by WordPress default so there is no option for it.
Can you guide me to the page in question?
Hello,
I said id wrong, I deleted the subtitle, I meant the title and not the subtitle.
I meant the title in the upper left corner next to the logo which is in brown text color. I think now it looks not so bad anymore, I made the text color a bit more light brown.
Try this CSS:
.header-wrap .main-title a {
color: #ffffff;
}
Let me know :)
Hi,
Thank you that was it, I obviously had thinking errors.
Now it looks great :)
best regards!
Think that might be worth an option.
Will bring it up to our team.
Thanks!