Hi @importlamp,
Paste the below CSS code to your child theme style.css file.
@media( max-width: 575px ) {
.mobile-header .flex-col.wishlist-column,
.woocommerce ul.products li .product-main-wrap .product-hover-items,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .view-wishlist,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .wish-list-button {
display: none;
}
}
The above code will hide the following elements on the mobile screen.
– Wishlist icon in the header.
– Quick view and wishlist icon in the product card.
– Wishlist button on product single page.
I hope this helps.
Regards
@themebeez
hi
I need to hide only the icons on the product card:
– Quick view and wishlist icon in the product card.
-
This reply was modified 2 years, 11 months ago by
importlamp.
-
This reply was modified 2 years, 11 months ago by
importlamp.
Hi,
if so paste the below CSS code.
@media( max-width: 575px ) {
.woocommerce ul.products li .product-main-wrap .product-hover-items {
display: none;
}
}
@themebeez Tell me please.
https://import-lamp.ru/shop/
mobile version – change the word “Filter” to the word “Фильтр”
https://snipboard.io/c3P6HS.jpg
-
This reply was modified 2 years, 11 months ago by
importlamp.
“Filter” is not a string coming from a theme. It is coming from the plugin that you are using.