Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #180759
    the brink
    Participant

    The Brink

    Hey,

    So here’s another question about the styling of my title.

    When I hover over it a white line appears below the text presumably indicating that it is a hyperlink.

    How can I get rid of this white line?

    How can I replace it with some other kind of animation?
    Say for example have the words change colour?
    Or make it move or grow a little?

    Thanks

    TB

    #180804
    Skandha
    Participant

    @the-brink: Hello TB,
    To remove the underline and have a different color on hover for the site title
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-title a:hover, .site-title a:focus {
        text-decoration: none !important;
        color: #F8155A !important;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #180872
    the brink
    Participant

    Perfect!

    You even chose the right colour!

    Thanks man.

    #180975
    Skandha
    Participant

    @the-brink: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘change behaviour of title on hover’ is closed to new replies.