Can you tell me the following CLASSE from my store, please? :
-
Cart subtotal class
-
Cart form outer class
-
Cart line row outer in class for cart drawer and cart page
-
Cart product unit price class
-
Cart product line total class
-
Cart display the summery on line item
-
Display volume message on cart line item for the upsell
Website : Créateur cadeaux & accessoires | Draeger Paris
Thank you
Thank you in advance
Hi @stg_herve ,
After a while of investigation, I can make a preliminary conclusion about the classes of the elements you mentioned (in the form of CSS selector) as follows:
- Cart subtotal class:
.cart.form .cart__summary p
- Cart form outer class:
.cart.form.cart--with-items
- Cart line row outer in class for cart drawer and cart page:
.cart-drawer__content #cart-items tr.cart-item
.cart.form #cart-items tr.cart-item
- Cart product unit price class: In my opinion, the CSS selector cannot go deep enough into the unit price element. If you want to change the CSS of this element, you can go to the liquid file, wrap a separate class into this unit price element, and Edit css based on the newly added class
- Cart product line total class:
.cart-drawer__content #cart-items .cart-item__total.price .price__current
.cart.form #cart-items .cart-item__total.price .price__current
- Cart displays the summery on line item:
.cart-drawer__content #cart-drawer-form tr.cart-item .cart-item__details
.cart.form #cart-items tr.cart-item .cart-item__details
- Display volume message on cart line item for the upsell:
I don’t see the volume message for the upsell element as you mentioned. I don’t know if I’m misunderstanding what you mean. If you don’t mind, please clarify or circle for me the element you want to specify.
The above is the result after I surveyed your storefront, it will inevitably contain errors and omissions. So if you encounter any problems, you can continue to communicate with me so I can continue to improve my answers.
Good luck @stg_herve !
hi bss, can you please identify for me the CSS CLASS NAME for the COLLECTION BANNER in Shopufy Dawn Template on the Product Page