Viewing 1 replies (of 1 total)
  • Hello @janembarry,

    To change the hover color, please go to your Admin Dashboard>>Appearance>>Customize>>Additional CSS.

    In the Additional CSS, please copy and paste this CSS.

    .site-title a:hover {
        color: #FFC0CB;
    }

    In above, pink color is used.You can prefer any color as per your wish.

    But in case if you completely want to remove the hover effect then use below CSS.

    .site-title a:hover {
        color: inherit;
    }

    Hope this helps,

    If you have any problem while achieving this result, please let us know.

    Best Regards !!

Viewing 1 replies (of 1 total)
  • The topic ‘change hover color’ is closed to new replies.