Home Forums WoodMart support forum Woodmart Customizations

Woodmart Customizations

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #275394

    ipcom
    Participant

    Hi 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.
    #275441

    ipcom
    Participant

    Is anybody going to respond?

    #275482

    Hello,

    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

    #275483

    Hello,

    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

    #275488

    ipcom
    Participant

    Alright. 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?

    #275537

    Hello,

    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

    #275549

    ipcom
    Participant

    Okay, how i can make the Category banner with other color and also change the color of the Category title?

    #275557

    ipcom
    Participant

    Can i remove a whole section from the template? It is the header banner along with the page title. Can i remove them both?

    #275571

    Hello,

    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

    #275594

    ipcom
    Participant

    How can i remove the product label on shop page from products?

    #275686

    Hello,

    In order to deactivate the attribute, navigate to Products > Attributes > enter the attribute and disable “Show attribute label on products”

    Best Regards

    #275687

    ipcom
    Participant

    How 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?

    #275790

    Hello,

    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

    #275817

    ipcom
    Participant

    Yes, that worked. And what about moving the size guide?

    #275877

    Hello,

    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

    #276066

    ipcom
    Participant

    What about this code?

    remove_action( ‘woocommerce_single_product_summary’, ‘woodmart_sguide_display’, 38 );
    add_action( ‘woocommerce_single_product_summary’, ‘woodmart_sguide_display’, 29 );

    #276068

    ipcom
    Participant

    I also want to know how i can install other menu and disable the one from the template and is it possible?

    #276084

    ipcom
    Participant

    Is there a way you could tell me how to make the mobile menu with only text drop down?

    #276203

    Hello,

    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

    #276394

    ipcom
    Participant

    I want it placed above the size swatches.

    #276443

    Hello,

    Unfortunately, there is no option to move the size guide there.

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 21 posts - 1 through 21 (of 21 total)