Home › Forums › WoodMart support forum › Some questions to view the page
Some questions to view the page
- This topic has 6 replies, 2 voices, and was last updated 3 years ago by
Elise Noromit.
-
AuthorPosts
-
March 3, 2022 at 10:31 am #357124
tepiskenParticipanti have 4 questions for you:
1- I want Share Icons in Single Products Page to be in Original Color of the Icons and i used this code in global settings CSS, but didn’t work. (first screen shot)
body.single .icons-design-default .woodmart-social-icon.social-facebook {
color:#000080!important;
}
body.single .icons-design-default .woodmart-social-icon.social-twitter {
color:#00FFFF!important;
}body.single .icons-design-default .woodmart-social-icon.social-whatsup {
color:#00FF00!important;
}2nd question is :
i want to change icons positions and icons orders in ajax tabs section like attachment page ,top right; wish items, add to chart and quick view. i cant see in edit page options
3th a :
In the shop page, I want to show the brand list as name only. I don’t want the logos to appear. In the widget settings, there is a “list” option in the layered nav. but it comes out with both the brand logo and the show text.
4th and last one :
How can I make the breadcrumbs list on the shop page appear as I have shown in the screenshot?
Attachments:
You must be logged in to view attached files.March 4, 2022 at 12:05 am #357303
Elise NoromitMemberHello,
1. Please use this selector, replace the class of the icon and color accordingly:
body .wd-social-icon.social-facebook span{ color:red; }
2. You can choose the style in the AJAX tab settings of the element: https://xtemos.com/docs-topic/products-element-grid-or-carousel/ Your site has horizontal icons, your screen show vertical. Please clarify: do you want to change the style or the order?
3. You need to disable swatches in the Brand attribute items.
4. Please check this manual: https://woocommerce.com/document/customise-the-woocommerce-breadcrumb/
Best Regards
March 4, 2022 at 1:28 am #357314
tepiskenParticipantthanks for replying
1 – I checked other sites that use Woodmart. I saw that the icons can be created as attached. and they did it with the SVG option. do you know any way?
2 – yes I want to change the style like the attachment below.
3 – Sorry, I opened another topic for this. but you need an example for the setting you mentioned. I do not understand.
4 – i was able to do it 🙂 thank you for your answersAttachments:
You must be logged in to view attached files.March 4, 2022 at 1:32 am #357317
tepiskenParticipantBy the way
body .wd-social-icon.social-facebook span{
color:red;
}this snippet also affects header logos
March 4, 2022 at 8:46 pm #357496
tepiskenParticipant2 – i found answer , im just select “caraousel” view. and done.
I have only 2 questions now
1 and 3
March 5, 2022 at 12:26 am #357520
tepiskenParticipant1 – The answer to my question is HTML BLocks. I found a solution by creating a template from HTML Blocks. but it is insufficient for editing. For such cases it is better to go with elementor rather than WPBakery plugin.
March 5, 2022 at 1:37 am #357527
Elise NoromitMemberHello,
WoodMart works with either the WP Bakery builder or the Elementor builder at once, but not with both at the same time. In the process of installing the plugin, please install one builder plugin you are going to use. It is not possible to convert an existing site that is built on the WP Bakery Page Builder into Elementor. Page builder plugins are provided in Appearance -> Install plugins.
1. You can try Inforbox widget supporting SVG icons.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register