Archived topic
Changing Color of Site Title in mobile Header does not work
5 replies · Started by Nic on August 10, 2020
I want to use a text header title instead of an image. As you can see it remains black:
https://imgur.com/EO0Sh9v
just downloaded wp and gp a couple of minutes before
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/