Archived topic
change site title colour
3 replies · Started by Nigel on December 10, 2020
Viewing posts 1–4 of 4
I can't seem to find out how to change the site title colour.
I've gone to Customizer > Typography > Header and the color is black but still shows blue on every page
Hi there,
Elementor is loading its color settings after the GP styles which is overriding the themes colors. Aside of removing elementors colors you will need to add some CSS to overcome that:
.site-header .main-title a, .main-title a:hover {
color: #222222;
}
worked a treat!
thanks
Glad to hear that
This archived topic is closed to new replies.