vividdd Posted April 28, 2021 Posted April 28, 2021 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 🙂
tuanphan Posted April 28, 2021 Posted April 28, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.