Home Forums Themes Support Claue-Shopify little changes to my store

Viewing 1 reply thread
  • Author
    Posts
    • #21187

      Hi,

      1. Is there any way of making the product thumbnails zoom in a little as you hover over them like the promotional banner?
      2. How can I make your default footer subscribe box functional? I had trouble linking it with mail chimp and ended up using mail chimps layout instead. But I liked Claue subscribe box as it fitted the overall theme better. Without doing anything, when somebody subscribes and presses enter, they are taken to a page that has an error 404. At the moment, I have it set up so that when people subscribe they are put on my MailChimp subscribe list, but in case I don’t want to use mail chimp, can they just not go on my Shopify list instead?
    • #21205

      Hi,

      1. Please add below code to Customize Theme > Theme Setting > Custom Code > Custom CSS

      .product__image.pr {
      	overflow: hidden;
      }
      .product__image img {
      	transition: all 0.3s;
      }
      .product__image:hover img {
      	transform: scale(1.05, 1.05);
      }

      2. Please go to Theme Customize > Section Footer > Subscription Form and add # to link action box http://take.ms/NLa3Y

      Best regards

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

Viewing 1 reply thread

You must be logged in to reply to this topic.