
11-19-2016, 01:44 PM
|
 |
Paid Member
|
|
Join Date: Nov 2016
Posts: 1
|
|
I can't change shopping bag icon to a shopping cart icon that i want. I have already tried all the css codes in various thread and guides that I have read. Please help me out, I am looking to change to something like this
css codes that I have tried:
div.ecwid-minicart {
background: transparent url(PATH_TO_YOUR_IMAGE) no-repeat;
}
div.ecwid-minicart-clickArea {
background: url('PATH_TO_YOUR_IMAGE')no-repeat;
}
.ecwid div.ecwid-minicart-clickArea:after {
display: block;
height: 50px;
width: 50px;
position: absolute;
top: 5px;
left: 6px;
font-size: 1px;
background: url('PATH_TO_YOUR_IMAGE') no-repeat;
}
div.ecwid-minicart {
background-image: url('PATH_TO_YOUR_IMAGE');
}
Image Address: http://www.naalsouq.com/upload/cart.png
http://naalsouq.wixsite.com/jyot
Last edited by river; 11-21-2016 at 07:57 AM.
|