• Resolved joslammers

    (@joslammers)


    Hi WP Dark Mode forum,

    When WP dark mode is switched on, the color of the links on my website changes after hover-over in an almost unreadable blue-ish color. In light mode the hover-over color is the same as the text, black or grey, which would be nice in dark mode too.

    Can I adapt the color of the links after hover-over in the Dark Mode CSS?

    Thanks for helping out!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter joslammers

    (@joslammers)

    I did some more research in the meantime and found out this code:

    .wp-dark-mode-active .content-wrapper a:hover {
    color: #CCCCCC;
    }

    Paste it in the general CSS and you can change the hover color of links in dark mode.

    Plugin Support Toukir Hossain

    (@toukirwpdev)

    You can easily fix the issue using our dark mode custom CSS feature.

    Refer to this video to know how to use our custom CSS feature.👉 Tutorial

    Thanks.

    Thread Starter joslammers

    (@joslammers)

    Thanks!

    My search was how to do this in the free version.

    I guess both ways work!

    Plugin Support Toukir Hossain

    (@toukirwpdev)

    WP Dark Mode “Custom CSS” feature is available in our Ultimate version. If you want to do customization through css in the free version, you can use additional css in your WordPress.

    Thanks!

    Thread Starter joslammers

    (@joslammers)

    Thanks for all the info!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adapt color link hover-over’ is closed to new replies.