This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Robert Hall
Hello, Is it possible to change the colour of the basket icon in the header?
Thanks
James
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.
You must be logged in to reply to this topic.Log in/Sign up