Jump to content

spacetripsounds

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by spacetripsounds

  1. Site URL: https://www.spacetripsounds.com/ I was wondering if it's possible to determine the "Add To Cart" button color within this code that I have used to add "Add To Cart" buttons to each of my products so people don't have to click each manually and add to cart within the products page? (see code below) Im trying to change the color of the add to cart buttons to orange (same color as the add to cart button on the home page) on this page: https://www.spacetripsounds.com/freedownloads <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <style> .products .grid-item { padding-bottom: 60px; width: 100% !important; } .products .grid-item .sqs-add-to-cart-button { position: absolute; z-index: 9999; bottom: 0; left: 0; right: 0; width: 200px; min-width: 200px; margin: auto; } </style> <script> $(".products .grid-item").each(function(e){ $(this).append('<div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-editable-button" role="button" tabindex="0" data-product-type="1" data-original-label="Add To Cart"><div class="sqs-add-to-cart-button-inner">Add To Cart</div></div>'); }); $(function() { $(".products .grid-item").each(function(e){ var dataItemId = $(this).attr('data-item-id'); $(this).find('.sqs-add-to-cart-button').attr('data-item-id', dataItemId); }); }); </script>
  2. I was wondering if it's possible to determine the "Add To Cart" button color within the code? Im trying to change the color of the add to cart buttons to orange (same color as the add to cart button on the home page) on this page: https://www.spacetripsounds.com/freedownloads
×
×
  • 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.