Hi,
Product name not displaying in cart for mobile version.
Can you help me?
Thanks.

Hi,
Product name not displaying in cart for mobile version.
Can you help me?
Thanks.

HI there,
Please add this code in X > Theme Options > CSS:

@media (max-width: 767px) {
.woocommerce .cart.shop_table .product-name {
display: none;
}
}
Hope this helps.
Nice. I changed none to block and I like it.
Thanks.
Hi Teem,
Sorry for the confusion!
The correct CSS should be display: block;.
Regards!
It okay, no problem.
Thank you.
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.