Home Forums WoodMart support forum Some questions

Some questions

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #254074

    karakanemre
    Participant

    Hello everyone,

    I have some problems;

    First i want to change of product photo on first tap in mobile version (as mouse hover on desktop).

    Second is i want to change background color of product zooming in single product display page. It is black, how can i change to white?

    Thirdly, How can i disable add to cart button on shop page?

    Regards,

    #254109

    Hello,

    1) The image from the next variation is displayed when you hover over the product. You can try changing the image of the variation by editing the product.

    2) Please provide a relevant screenshot of the specific area with the URL of the website to check it myself and help you out accordingly.

    3) To hide the add to cart button try adding the following Custom CSS area under the Global Custom CSS area under Theme Settings >> Custom CSS.

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

    Best Regards.

    #254110

    karakanemre
    Participant

    Thank you for answer.

    But the image variation displaying on desktop but i want same in mobile version on first tap. When i tap image, it goes to product detail but i want to see variation image.

    i have added pic that i want change black blackground when i click image.

    Thank u,

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

    Hello,

    You are Most Welcome.

    I saw the screenshot you attached.

    Please provide the URL of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #254141

    karakanemre
    Participant

    link

    #254142

    karakanemre
    Participant

    link:

    #254320

    Hello,

    I have visited your website.

    1) To change the black background try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .pswp__bg {
    	background: red;
    }

    2) Sorry but the hover image works only for desktop devices.

    Regards.
    Xtemos Studios.

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