Edit hover color

  • Unknown's avatar

    I’d like to change the hover color of links (within the body of the blog & widgets, not the main navigation). Currently, in the customizer, you can’t choose that color.. it’s automatic.. and it’s barely perceptible. Thank you.
    Theme: Karuna

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there!

    Dropping this code in your custom CSS area should do the trick:

    /* Main content and sidebar link hover */
    .site-content a:hover {
    	color: #272729;
    }
    
    /* Footer link hover */
    .site-footer a:hover {
    	color: #272729;
    }

    Let me know if that doesn’t work!
    Sage

  • The topic ‘Edit hover color’ is closed to new replies.