Home / Forums / WoodMart support forum / Show product category
Home › Forums › WoodMart support forum › Show product category
Show product category
- This topic has 13 replies, 3 voices, and was last updated 2 years, 3 months ago by
Artem Temos.
-
AuthorPosts
-
March 26, 2024 at 10:27 am #552227
Javi24ParticipantHello,
How to display only Primary category – https://prnt.sc/40cRU2T5A0fL
March 26, 2024 at 12:28 pm #552309Hello,
01. Please Navigate to Theme Settings > Products Archive > Product Styles and check the option “Show Product Category”. There is no option in theme settings to show only the primary category.
02. If you want to hide the all the tabs, Please add this code to the Theme Settings > Custom CSS > Global:
.product-tabs-wrapper{ display:none; }This code would remove the tabs from all the products and if you want to hide the custom tabs remove the tab from here, Then Navigate to Theme Settings > Single Product > Tabs > Remove the Additional tabs.
Best Regards.
March 26, 2024 at 12:37 pm #552317
Javi24ParticipantHello,
And how would it be possible to display only the primary category?
March 26, 2024 at 1:23 pm #552345Hello,
It will show all the categories which you have selected in the edit product page.
https://ibb.co/rm2CJL7Best Regards.
March 26, 2024 at 5:18 pm #552454
Javi24ParticipantMaybe you have to provide php code that would display only the main category
March 27, 2024 at 10:45 am #552628Hello,
Sorry to say but right now there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope.
Best Regards.
April 8, 2024 at 11:39 am #555626
Javi24ParticipantHello,
But how to change comma color?
April 8, 2024 at 3:10 pm #555702Hello,
Can you please share the page URL I will check and give you a custom css code.
Best Regards
April 8, 2024 at 3:25 pm #555711
Javi24ParticipantHello,
I sent link
April 9, 2024 at 10:46 am #555923Hello,
Sorry but there is no option in Theme Settings available for that.
It requires customizations and this is beyond our limitations and support policy.
Regards.
Xtemos StudiosApril 9, 2024 at 10:55 am #555925
Javi24ParticipantHello,
How is it possible that it is not possible to change the comma color?
April 9, 2024 at 2:56 pm #556049Hello,
Sorry for the last reply wrongly sent to you. It was for another topic not for you. Really sorry for the inconvenience.
You can easily change the color of the comma by using the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wd-product .wd-product-cats { color: red; }Best Regards.
April 11, 2024 at 11:28 am #556477
Javi24ParticipantThank you!
April 11, 2024 at 2:44 pm #556565You are welcome. Feel free to contact us if you have any further questions.
-
AuthorPosts
The topic ‘Show product category’ is closed to new replies.
- You must be logged in to create new topics. Login / Register