Jump to content

HWE

Member
  • Posts

    12
  • Joined

  • Last visited

Reputation Activity

  1. Like
    HWE reacted to tuanphan in Footer with gradient background   
    Use this code
    footer.sections .section-border { background-image: linear-gradient(to right, red , blue);background-image: linear-gradient(to right, red , blue); }
  2. Like
    HWE got a reaction from Beyondspace in 'Save as' on images in lightbox   
    Hi! I am having the same issue, I would like users to be able to drag and drop the images from my site if they want. Did you have any luck resolving this?
    Site url: https://www.hotwireextensions.com/native-object-01?itemId=4h44i78drrmnmcl204p1g3d90n80r2-erxks
     
  3. Like
    HWE reacted to tuanphan in Positioning Shopify Buy Button for Products   
    Remove above & use this
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('section.ProductItem-additional .code-block').insertAfter('.ProductItem-product-price'); }); </script>  
  4. Thanks
    HWE reacted to tuanphan in Positioning Shopify Buy Button for Products   
    Edit Code Block (Where you insert Shopify Code) > Add this code to top of Code Block
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('section.ProductItem-details').append($('section.ProductItem-additional .code-block')); }); </script>  
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.