Home › Forums › WoodMart support forum › Woodmart Customizations
Woodmart Customizations
- This topic has 20 replies, 2 voices, and was last updated 4 years, 1 month ago by
Elise Noromit.
-
AuthorPosts
-
March 22, 2021 at 11:17 am #275394
ipcomParticipantHi there. I have some questions how i can customize some things on my website. I have provided the needed info in the private section.
Attachments:
You must be logged in to view attached files.March 22, 2021 at 1:32 pm #275441
ipcomParticipantIs anybody going to respond?
March 22, 2021 at 3:43 pm #275482
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Product price is the Woocommerce functionality and by default, Woocommerce does not provide the option. WoodMart does not have the option either. You can try to search for a plugin for this purpose.
Best Regards
March 22, 2021 at 3:43 pm #275483
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Product price is the Woocommerce functionality and by default, Woocommerce does not provide the option. WoodMart does not have the option either. You can try to search for a plugin for this purpose.
Best Regards
March 22, 2021 at 4:03 pm #275488
ipcomParticipantAlright. Now the other questions. How can i make the sale price both on shop and product page to be red and the regular to be black everywhere? Also, the bubbles on cart and wish icons to be red?
And one last thing, how can i move size guide above size swatches in the product page?March 22, 2021 at 8:21 pm #275537
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .price del .amount { color: red; } body .price ins .amount { color: blue; } body .wd-tools-element .wishlist-count, body .woodmart-cart-design-2 .woodmart-cart-number{ background-color:red; }
If the Wishlist does not take the color, please provide your page URL to the private area.
Best Regards
March 22, 2021 at 8:40 pm #275549
ipcomParticipantOkay, how i can make the Category banner with other color and also change the color of the Category title?
March 22, 2021 at 8:49 pm #275557
ipcomParticipantCan i remove a whole section from the template? It is the header banner along with the page title. Can i remove them both?
March 22, 2021 at 9:35 pm #275571
Elise NoromitMemberHello,
Each page settings has the option to disable the title: https://xtemos.com/docs/woodmart/options-for-pages/
You can create a separate header for each page and set different headers for different pages: https://xtemos.com/docs/woodmart/header-builder/set-different-header-specific-page/
You can set any color or image for each category: https://xtemos.com/docs/woodmart/product-category-menu/
Best Regards
March 22, 2021 at 11:11 pm #275594
ipcomParticipantHow can i remove the product label on shop page from products?
March 23, 2021 at 9:42 am #275686
Elise NoromitMemberHello,
In order to deactivate the attribute, navigate to Products > Attributes > enter the attribute and disable “Show attribute label on products”
Best Regards
March 23, 2021 at 9:46 am #275687
ipcomParticipantHow to remove the box and borders around the quantity box? I mean i want it only -1+ to be next to the buy button. Also, i want to move the size guide above the size swatches and make it bigger?
March 23, 2021 at 3:40 pm #275790
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-product div.quantity input[type=button] { border: 2px solid transparent; } body.single-product div.quantity input[type=number] { border: 2px solid transparent; }
Best Regards
March 23, 2021 at 5:43 pm #275817
ipcomParticipantYes, that worked. And what about moving the size guide?
March 23, 2021 at 9:31 pm #275877
Elise NoromitMemberHello,
There is no option, however, there is a trick.
1. Create an HTML block and add a size guide element, set it.
2. Then add the shorcode of ID into the short description of the product.
It would appear before the swatches.
Best Regards
March 24, 2021 at 3:23 pm #276066
ipcomParticipantWhat about this code?
remove_action( ‘woocommerce_single_product_summary’, ‘woodmart_sguide_display’, 38 );
add_action( ‘woocommerce_single_product_summary’, ‘woodmart_sguide_display’, 29 );March 24, 2021 at 3:31 pm #276068
ipcomParticipantI also want to know how i can install other menu and disable the one from the template and is it possible?
March 24, 2021 at 4:51 pm #276084
ipcomParticipantIs there a way you could tell me how to make the mobile menu with only text drop down?
March 25, 2021 at 8:54 am #276203
Elise NoromitMemberHello,
This code places the size guide under the short description text: http://prntscr.com/10uv5ih
It is not possible to place the size guide under swatches.
If you have any questions please feel free to contact us.
Best Regards
March 26, 2021 at 12:57 am #276394
ipcomParticipantI want it placed above the size swatches.
March 26, 2021 at 8:07 am #276443
Elise NoromitMemberHello,
Unfortunately, there is no option to move the size guide there.
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register