• Hi

    I’ve been trying to find information on how to change the colour of the ‘remove item’ button that is used in the shopping cart widget and on the shopping cart page.

    Currently this button is a red ‘x’ and when you hover over it, it changes to a red circle with a white ‘x’.

    Appreciate the help

    Jsmarty

    https://www.ads-software.com/plugins/woocommerce/

Viewing 5 replies - 16 through 20 (of 20 total)
  • @jsmarty
    I’m blind here, but let’s have another go:

    #page .woocommerce a.remove:hover {color:#cccc00 !important; background:#0000aa !important}

    Thread Starter Jsmarty

    (@jsmarty)

    @lorro

    no thats still not working… (assuming i was just suppose to add that in under the)

    .woocommerce a.remove {color:#0aaf00 !important}

    OK, back to needing to see it. Please feel free to come back after you have uploaded your site.

    Thread Starter Jsmarty

    (@jsmarty)

    Ok cheers lorro.

    Thread Starter Jsmarty

    (@jsmarty)

    after playing around with the positioning of the coding and a few words. i got it to work, here is the coding that works (with the theme i am using)

    .woocommerce a.remove {
    color:#F8AFB8 !important;
    }

    .woocommerce a.remove:hover {
    background: gray !important;
    }

    cheers for the help @lorro

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Change Colour Of 'remove item' Button’ is closed to new replies.