Home › Forums › WoodMart support forum › Remove the icons
Remove the icons
- This topic has 7 replies, 2 voices, and was last updated 1 month ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 17, 2024 at 7:43 pm #605887
manager.omwParticipantI want to remove the :
1- add to card button section
2 – compare icon
3 – Wishlist icon
4- additional information tab
5 – Review tab
change background color of all buttonsOctober 18, 2024 at 12:59 pm #606037
Aizaz Imtiaz AwanKeymasterHello,
01. Navigate to Theme Settings > Shop > turn on the Enable catalog mode option https://take.ms/k5Ls1
02, 03 Navigate to Theme Settings > Shop > Wishlist and compare and disable the option.
04. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
li#tab-title-additional_information { display: none; }
05. Navigate to Woocommerce > Settings > Product and disable Reviews.
Best Regards
October 18, 2024 at 2:54 pm #606088
manager.omwParticipantPlease I want to set slides on full with and category menu slide down on hover
October 18, 2024 at 2:57 pm #606089
manager.omwParticipantPlease I want to set slides on full with but appear like this : https://ibb.co/6W342fx
1 – Full with slides
2- Categories menu slide down on hoverOctober 18, 2024 at 4:37 pm #606135
Aizaz Imtiaz AwanKeymasterHello,
You have missed the admin login URL. Can you please share the WP admin login URL in the private area so I will check and give you a possible solution?
Best Regards
October 20, 2024 at 2:33 pm #606292
manager.omwParticipant1 -I want to keep the colors variation but hide the add to card section
2 – I want to add TikTok icon at the Top bar and where I can change URL link for social icons
3 – change single products text style
4 -I have created Html block Footer but it doesn’t display in full with https://ibb.co/cr56sjjThank you
October 20, 2024 at 2:53 pm #606293
manager.omwParticipant5 -I want to change shop page title text
October 21, 2024 at 9:50 am #606358
Aizaz Imtiaz AwanKeymasterHello,
01. The below code will help you to hide the “Add to cart” button on the archive page. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.product-grid-item .wd-add-btn { display: none; }
The below will help you to hide the “Add to cart button on a single product page.
.single_add_to_cart_button { display: none !important; }
02. Navigate to Theme Settings > Social Profiles > Links to Social Profiles > add your own profile links.
03. You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
04. Edit the HTML Block with page builder > Edit Container > Set the Content Width Full Width and in the Xtemos layout choose the Stretch Container https://ibb.co/s1DYvJ4
05. Navigate to Pages > Edit page and change the page title of the shop page.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register