Jump to content

SourceProjects

Circle Member
  • Posts

    44
  • Joined

  • Last visited

Community Answers

  1. SourceProjects's post in Remove blank space underneath grid galleries on mobile Squarespace 7.1 was marked as the answer   
    I was in touch with customer support this morning and they were very responsive and helpful as usual but they claimed that it was probably the CSS / coding block causing the issue and that that they're not there to troubleshoot CSS issues. Anyway, I know that was not causing the extra padding in galleries in mobile view as I am not the first person who has posted about this... I think it is a FE teething problem. Thankfully, I have now found a solution in the thread here:
    This code specifically... It will take a lot of time to fix the site but so happy to have found a fix! 
     
  2. SourceProjects's post in Remove "from" in product price with multiple variants was marked as the answer   
    Hi, I found a solution for this, just wanted to share!
    In CSS, add:
    .summary-price { visibility: hidden; } /* Unhide price */ span.sqs-money-native { visibility: visible; display: block; }
    Then in Advanced >> Code Injection add this to the Footer:
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { var text = $('.ProductItem-details .product-price').text(); text = text.replace ('from', ''); $('.ProductItem-details .product-price').text(text); }); </script>
    Thank you @Tuanphan for all your help! : ) I would not have found these solutions otherwise.
×
×
  • 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.