
11-01-2017, 03:41 PM
|
 |
Junior Member
|
|
Join Date: Oct 2017
Posts: 3
|
|
Hi Daria,
I've managed to find a solution, jumping between tabs and inspecting the specific tags, I was able to remove the whole basket around, and leave only the counter.
Code:
/*changing bag into counter only*/
div.ecwid-minicart-counter {
left: 0px;
top: -5px;
width: 4px;
color: #FF0000;
z-index: 1000
}
/*changes cart height and width*/
.ecwid-minicart {
border-radius: 0px !important;
width: 15px !important;
height: 20px !important;
background: transparent !important;
border: transparent !important;
}
div.ecwid-minicart-caption,
span.ecwid-minicart-label-text,
div.ecwid-minicart-link,
div.ecwid-minicart-clickArea {
display: none;
}
I'll leave it here for reference if anybody else asks the same thing in the future
Thanks for the help with everything
Warmest regards,
Igor
|