Hello, Gewoonbovenaan,
You can use the next code to hide “Product bekijken” button from Wishlist page:
.xstore-wishlist-action .actions-buttons .button {
display: none !important;
}
.xstore-wishlist-action .actions-buttons .btn.bordered {
margin: 3px;
}
1/ Please try different “Productinhoud Effect” in Theme options > WooCommerce > Shop > Products styling
2/ Please read this article – https://woocommerce.com/document/related-products-up-sells-and-cross-sells/
In Single Product Builder, you can find Up-Sells and Cross-Sells products elements, and WooCommerce documentation will help you to set up such products.
3/
.woocommerce-cart .show_modal_details_btn_plugify {
display: none;
}
or find out which plugins add this button and contact the support team of the plugin.
4/ This code will disable price from ajax search results:
.ajax-results-wrapper .price {
display: none;
}
5/ Do you mean relates products? Please read this article – https://woocommerce.com/document/related-products-up-sells-and-cross-sells/
6/ Theme options > WooCommerce > Shop > Products styling > Elementen Met Productinhoud. Also, check the settings of Quick view in Theme options > WooCommerce > Shop elements.
Kind Regards,
8theme team