• Resolved gionnide

    (@gionnide)


    Hello
    I have add this css to much the my account hover buttons to the rest of the theme colors.

    .woocommerce-MyAccount-navigation-link a:hover, .woocommerce-MyAccount-navigation-link a:focus {
    color: #fff;
    background-color: #25aae1;
    }
    All the other buttons changes on hover to the color we want but the wishlist remain the same black color on hover. Is there a solution? Can we change the hover color of the wishlist in the account page to #25aae1?
    Using wordpress version 5.4.1, flatsome theme version 3.11.3 and woocommerce version 4.1.1
    Thank you

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there

    This is defenitely a theme customization, but I see that you can obtain the desired result easly enough, adding the following rule to CSS you already created

    .wishlist-account-element a:hover, .wishlist-account-element a:focus {
        color: #fff;
        background-color: #25aae1;
    }
    
    Thread Starter gionnide

    (@gionnide)

    Thank you very much that solved my problem.

    Plugin Author YITHEMES

    (@yithemes)

    You’re welcome

    We are doing our best to improve our plugins. Our target is to develop and release the best free plugins for WooCommerce, but to achieve this we need your help. Please leave a good review to support us and help our growth ??

    Hi, can you inform how can I change the icon color (in product picture) to black? Currently it shows as grey in my flatsome theme and not quite visible.

    • This reply was modified 4 years, 8 months ago by adityokusumo.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wishlist hover button colo’ is closed to new replies.