vividdd Posted April 28, 2021 Share Posted April 28, 2021 (edited) 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 🙂 Edited April 28, 2021 by vividdd added 7.1 Link to comment
tuanphan Posted April 28, 2021 Share 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>  mbockmaster 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment