Basket Colour - by jameshowsam - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Robert Hall

  • Avatar: jameshowsam
    jameshowsam
    Participant
    June 12, 2015 at 00:13

    Hello, Is it possible to change the colour of the basket icon in the header?

    Thanks
    James

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 12, 2015 at 08:01

    Hello,

    Yes, you need upload a new image with another color into wp-content/themes/woopress/images/ folder
    and change code in custom.css file for this

    .ico-sum {
    width: 18px;
    height: 21px;
    background-image: url(images/YOUR-NEW-ICON.png);
    background-position: 0px 0px;
    display: block;
    }
    YOUR-NEW-ICON – here you should insert the name of your image.
    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
    Regards,
    Robert Hall.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.