Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #80714
    Marko
    Member

    Hi guys!
    How can i change hover color of web place title in header, native is green?

    Thanks for quick response.

    #80719
    Mahesh
    Keymaster

    Hi @Marko

    For now, we don’t have the in-built option to change the color of the site title. You can change it with Custom CSS. Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following style.

    h1#site-title a:hover{
         color: #6497ff; /* Hex value for your desired color */
    }

    Let me know if this worked for you.
    Thanks.

    #80825
    Marko
    Member

    works great, thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change color of Title hover color beside logo(web place-header)’ is closed to new replies.