Support » Plugin: WP-Spreadplugin » Change color of the black/white-hover shopping cart/basket icon

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    .spreadplugin-checkout-link.button, .spreadplugin-items .add-basket-button {
    color:#fff
    }
    
    .spreadplugin-checkout-link.button:hover, .spreadplugin-items .add-basket-button:hover {
    color:#c0c0c0
    }

    just past into Custom CSS in Spreadplugin settings page.

    Best
    Thimo

    Thread Starter semperaye

    (@semperaye)

    Thimo Thank you!

    The cart color has changed to white, but the hover color is not working. When I hover over the cart it remains white.

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    try

    .spreadplugin-checkout-link.button:hover, .spreadplugin-items .add-basket-button:hover {
    color:#c0c0c0 !important;
    }

    if doesn’t work, I’ll need to have a look at your website, so the URL would be nice to know 🙂

    Best
    Thimo

    Thread Starter semperaye

    (@semperaye)

    Solved! the !important; did it. Thank you.

    Thread Starter semperaye

    (@semperaye)

    I think it would be cool in a later version of this plugin to have it so that the add to basket buttons change color when hovered.

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    you can use css to style the buttons in any way.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change color of the black/white-hover shopping cart/basket icon’ is closed to new replies.