Home › Forums › WoodMart support forum › Remove Back To Products, Compare, Previous Product links
Remove Back To Products, Compare, Previous Product links
- This topic has 7 replies, 2 voices, and was last updated 4 years, 8 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 26, 2020 at 8:40 am #206607
unitbaseParticipantHello!
Can you help me with code to remove from Product Page:
• back to products
• previous product arrow
• compare
• Add to Wishlist
• Category
• Tag
• Store Policies
Thanks!! My site is Unitbase.co.uk, here is an example product:
June 26, 2020 at 10:50 am #206645
Aizaz Imtiaz AwanKeymasterHello,
I have visited the URL you attached.
1,2 ) Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product-page .woodmart-products-nav { display: none; }
3) For Compare Button:
.single-product-page .woodmart-compare-btn { display: none; }
4) For Wishlist Button:
.single-product-page .woodmart-wishlist-btn { display: none; }
5) For Categories:
.single-product-page .product_meta .posted_in { display: none; }
6) For Tags:
.single-product-page .product_meta .tagged_as { display: none; }
7) The tab is coming from WCFM and our theme doesn’t influence it. If you still want the CSS then try and add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product-page .woocommerce-tabs .wcfm_policies_tab_tab { display: none; }
Best Regards.
June 26, 2020 at 11:00 am #206649
unitbaseParticipantThank you!
When I change the Product Page Design in Woodmart, the Back To Products link comes back
Another question:
On the WPBakery Product Grid – how do you hide the “Compare”, “Quick View” and “Add to Wishlist” icons on hover?
June 26, 2020 at 11:30 am #206665
Aizaz Imtiaz AwanKeymasterHello,
Please provide with the URL of the page that is causing the issue to check it myself and help you out accordingly.
To remove the icons from the product grids you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .woodmart-buttons { display: none; }
Best Regards.
June 26, 2020 at 11:40 am #206671
unitbaseParticipantThanks
On the main page – www.unitbase.co.uk
The first Product Grid (Recent Listings)
Can it be a double height element?
I mean, can it show 8 items at once?
4
then
4Thanks
June 26, 2020 at 12:13 pm #206690
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
You could not have the carousel double heighted as you mentioned. You can use two elements.
Best Regards.
June 26, 2020 at 12:23 pm #206693
unitbaseParticipantThanks but the element is set to display “Recent Items” – so two elements would display the identical items
June 26, 2020 at 12:48 pm #206705
Aizaz Imtiaz AwanKeymasterHello,
Unfortunately, you cannot change the data of the recent products in the carousel.
It requires customization and this is beyond our limitations and support policy.
Best Regards.
-
AuthorPosts
Tagged: remove links
- You must be logged in to create new topics. Login / Register