Home Forums General Forum Zoom background change and cart cut off

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #14797
      LV

      Hi,

      1] When an image is click and opens up to a new window {zoom}, the background is black.

      Can I change it to another color?

      2] The add to cart is cut off in cell phone.

      Same as in your sample:http://janstudio.net/claue/demo/product/premium-shoes-clean-package/

      See attachment.

      Thanks

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

      Hi,

      1. Please add custom css to change zoom background

      .pswp–animated-in .pswp__bg {background: #000;}

      and change #000 with your color

      2. Please add custom css to fix

      @media only screen and (max-width: 736px) {
      .single_add_to_cart_button {
      width: calc(100% – 108px);
      }}

      Best regards!

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #14829
      LV

      Thank you!

Viewing 2 reply threads

You must be logged in to reply to this topic.