[Resolved] change site title colour

Home Forums Support [Resolved] change site title colour

Home Forums Support change site title colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1573935
    Nigel

    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

    #1574146
    David
    Staff
    Customer Support

    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;
    }
    #1574942
    Nigel

    worked a treat!

    thanks

    #1575051
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.