Home Forums WoodMart support forum add cart mobile

add cart mobile

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

    Rachid
    Participant

    how can I make the add to cart icon on mobile and tablet square instead of the circle:

    screenshot: http://prnt.sc/zhu4k4

    thank you

    #266511

    Hello,

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

    @media (max-width: 1024px)
    .woodmart-buttons {
        border-radius: 0;
    }

    Best Regards

    #266515

    Rachid
    Participant

    Thank you but this didn’t work!

    #266697

    Hello,

    Sorry, try to replace the code with this one:

    @media (max-width: 1024px){
    .woodmart-buttons {
        border-radius: 0;
    }
    }

    Best Regards

    #300601

    Rachid
    Participant

    Hi there!

    i have just tried this but it doesn’t work everywhere! just in some widgets but not in shop page and not in related products and so on

    Please provide a working css

    Website in private section

    #300735

    Hello,

    Please clear the cache and check again: https://gyazo.com/7096af713a3d7f3efd501402c4f0a694

    Or provide the page URL where I can see the round button, what device you are viewing the site.

    Best Regards

    #301344

    Rachid
    Participant

    I did clear the cache and still, it doesn’t work! you can check the shop page as well as related product products in product page

    #301507

    Hello,

    The product page, related products: https://gyazo.com/648d79925d5b76bd63987d8ff2d46076

    Best Regards

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