Home Forums WoodMart support forum Add to Cart Button over single product page image

Add to Cart Button over single product page image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #272001

    naseeb
    Participant

    dear team, I want to apply the same add to cart and quantity style button on a single product page image so can you please let me know is that possible? kindly check the below-attached image.

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

    Hello,

    I saw the screenshot you attached.

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Best Regards.

    #272135

    naseeb
    Participant

    how to remove add to wish list label from a single product page? I just wanted to show heart icon

    #272267

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-action-btn.wd-style-text>a .woodmart-wishlist-btn {
    font-size: 0px;
    }
    
    .wd-action-btn.wd-wishlist-btn>a:before {
        font-size: 14px;
    }

    Regards.
    Xtemos Studios

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