Jump to content

rwp

Circle Member
  • Posts

    1,008
  • Joined

  • Last visited

  • Days Won

    14

rwp last won the day on August 22 2020

rwp had the most liked content!

Personal Information

  • Location
    USA

Recent Profile Visitors

5,396 profile views

Single Status Update

See all updates by rwp

  1. Hello 

    Hello, I've read some of your relevant answers on SQPS circle. Maybe you can help? ..I hope so. I'm sure it's easy but I don't find the solution 😞

    Here's the website https://www.thierrybamas.fr/shop/le-cheesecake-mangue-yuzu

     

    I'm look to align 2 icons + text in the excerpt from the product detail page like this picture

    ------
    css
    ------

    .fas {

      float: left ;

    }

    .fas { color: #ff6a02 }

     

    ------
    JS
    ------

    <p style="text-align:center">

    <i class="fas fa-truck"></i>

    <body>

      <p style="color:#ff6b0a";> &ensp;Livrable</p>

    </body>

      </p>

    <p style="text-align:center">

    <i class="fas fa-shopping-bag"></i>

    <body>

      <p style="color:#ff6b0a";>&ensp;Non livrable</p>

    </body>

      </p>

     

    Hope you can help me 🙂

    Thank you in advance 🙂

    Sebastien

    fiche produit.png

    Capture d’écran 2020-08-19 à 13.36.55.png

    1. rwp

      rwp

      You will need to generate a jquery script tag from https://code.jquery.com/ use 3.5 MINIFIED (not slim)

      Put that code in your header code injection.

      Add this in your code block below your html, or in the page code injection:
       

      <script>
        $(document).ready(function() {
          $('.sqs-add-to-cart-button-wrapper').append($('#block-yui_3_17_2_1_1597731599077_96492').html());
          $('#block-yui_3_17_2_1_1597731599077_96492').html('');
        });
      </script>

       

    2. sstinus

      sstinus

      it works like a charm !

      Thank you very much ! 🙂

      Seb

      Capture d’écran 2020-08-23 à 08.19.22.png

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