Jump to content

Always show Quick View Button

Recommended Posts

Site URL: https://fureydesignco.squarespace.com/new-page

Hello 🙂

I would like to: 

  • 7.1
  • customize the Quick View button so it its always displayed - not just on hover
  • center (move it up) it and make it a lot larger
  • change to text to Buy Now (or similar)

https://fureydesignco.squarespace.com/new-page (bottom of the page)

Pwd: 1234567

Thanks in advance for looking 🙂

Screen Shot 2021-04-27 at 5.55.30 PM.png

Screen Shot 2021-04-27 at 6.01.06 PM.png

Edited by vividdd
added 7.1
Link to comment

Add to Design > Custom CSS

/* Always show quick view */
span.sqs-product-quick-view-button {
    opacity: 1 !important;
}

Add this to Code Injection > Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
  $(document).ready(function() {  
		$("span.sqs-product-quick-view-button").html(function() { 
          return $(this).html().replace("Quick View", "Buy Now");  
    });
	});
</script>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.