
11-06-2018, 01:48 PM
|
 |
Ecwid Team
|
|
Join Date: May 2017
Posts: 106
|
|
Hi there,
It's Alex Flint from Ecwid Customer Care Team. Thanks for reaching us out. I'm here to help you.
Yes. The code, that you are referring to, uses old CSS selectors of Ecwid layout. Not long ago we've implemented the new design for Ecwid stores and the selectors, that you need to use for CSS codes, changed. Here is the correct code, that you can use for the purpose of hiding the "Add More Button":
Code:
.ec-size .ec-store .details-product-purchase--add-more .details-product-purchase__add-more {
display: none;
}
Hope I was helpful. If you have any questions, please, feel free to ask.
|