Home Forums WoodMart support forum Add to cart button and product tab customization

Add to cart button and product tab customization

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #309286

    Candice
    Participant

    Hi,

    1. How can I change the background color and the icon color of the add to cart button on product archive page for mobile?

    2. How can I change the height of product tab row?

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #309351

    Hello,

    Please, provide your site admin access to the private area.

    What tab do you mean? Please provide the page URL.

    Best Regards

    #309357

    Candice
    Participant

    Hi,

    Sorry forget the link.
    And the product tab you can refer to this page and the attachment.
    https://123.studioyasmina.com/product/%e6%81%90%e9%be%8d%e5%b0%be%e5%b7%b4%e5%be%8c%e8%83%8c%e5%8c%85/

    Attachments:
    You must be logged in to view attached files.
    #309455

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single-product .tabs-layout-tabs .tabs li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    And this code to the Theme Settings > Custom CSS > Mobile/Tablet:

    body .wd-hover-quick .wd-add-btn>a {
        opacity: .8;
        color: yellow;
        background-color: red;
    }

    Best Regards

    #309512

    Candice
    Participant

    Hi,

    Thanks. Both of the two codes work well. However the cart icon disappears after clicking the button. I want the cart icon still be grey. How to modify it? Thanks.

    Attachments:
    You must be logged in to view attached files.
    #309676

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-hover-quick .wd-add-btn>a:hover {
        opacity: .8;
        color: yellow;
        background-color: red;
    }

    Best Regards

    #309901

    Candice
    Participant

    Hi,

    It works well. Thanks.

    #309968

    You are welcome! We are here to help.

    Wish you a wonderful day!

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