Home Forums WoodMart support forum Product Style Edit

Product Style Edit

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

    pascalweisse
    Participant

    Hello, i want to change my product style in the product list/caroussel section. I want it as clean as possible without the “add to cart” button. even if i choose one of the product styles, the buttons still appear on hover or are located as a white symbol direct on the picture on mobile.

    Is there any code to remove the button or symbols? I just want to let the user click on the product and then on the single product page the “add to cart” button appears.

    Thanks!

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

    Hello,

    Sorry to say I am unable to visit your site. Can you please give me the site access So, Ii will check and give you a custom css code.
    https://ibb.co/bzkkJ9Y

    Best Regards.

    #585940

    pascalweisse
    Participant

    Hello,

    i accidently wrote the wrong domain.

    #586008

    Hello,

    Try to add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS

    .product-grid-item .wd-add-btn {
        display: none;
    } 

    Best Regards.

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