Jump to content

asassi

Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by asassi

  1. 5 minutes ago, tuanphan said:

    Add to Settings > Advanced > Code Injection > Footer

    /* variant */
    .product-variants {
        order: 2 !important;
    }
    /* purchase */
    .sqs-add-to-cart-button-wrapper {
        order: 2 !important;
    }

    image.thumb.png.096538387e5a08753cc931fdcb204e9d.png

    @tuanphan do I need to add the original code as well?

    I added the code to the code injector footer but nothing changed 

    Thanks

  2. On 6/8/2020 at 5:42 PM, tuanphan said:

    Add to Home > design > Custom CSS

    .product-quantity-input {
        order: 2 !important;
    }
    .ProductItem-details .sqs-add-to-cart-button-wrapper {
        order: 3 !important;
    }
    .ProductItem-details-excerpt {
        order: 4 !important;
    }
    .product-price {
        order: 5 !important;
    }

     

    Hi @tuanphan

    I'm trying to do a similar thing. I'd like to move my product options dropdown box and purchase button up to sit below the price.

    Order would be 1. product name 2. price 3. product option 4. add to cart 5. product description

    I'm working in 7.0 

    url is annasassi.com

    Thanks 

    Screen Shot 2021-09-30 at 10.00.20 pm.png

  3. Site URL: https://www.annasassi.com/

    Hi I'm trying to customise the footer of my brine template website.

    I have used some code to create three columns for desktop but keep them stacked for mobile - see screenshot

    I now need to add a text box to sit above the navigation links - see screenshot - so that it reads 'Info' then the links below.

    If it makes it easier, i don't mind what order the columns sit in as long as it's all aligned and stacks in mobile.

     

    Hope that makes sense

    Thanks in advance 🙂

    Screen Shot 2021-09-27 at 10.14.42 pm.png

    Screen Shot 2021-09-26 at 1.15.07 pm.png

    Screen Shot 2021-09-28 at 3.21.15 pm.png

  4. Site URL: https://www.annasassi.com/

    Hi, I'm trying to move my additional product info to sit directly under the product description, on the right hand side. It's basically just an enquiry button rather than an add to cart button.

    I tried this code which worked perfectly except the button ended up sitting above the product name: 

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> jQuery(document).ready(function($) { $('section.ProductItem-additional .button-block').insertAfter(".ProductItem-details-excerpt"); }); </script> <style> .ProductItem-details-excerpt + .button-block>div>div { text-align: left; } </style>

    Any suggestions would be much appreciated 🙂

  5. On 5/12/2021 at 6:43 PM, tuanphan said:

    Hi. Try this new code

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <script> jQuery(document).ready(function($) { $('section.ProductItem-additional .button-block').insertAfter(".ProductItem-details-excerpt"); }); </script> <style> .ProductItem-details-excerpt + .button-block>div>div { text-align: left; } </style>

     

    Hi @tuanphan I tried this code and it worked, except the additional info sits above the product name and description. I'm using Brine on 7.1... any suggestions? Thanks

    www.annasassi.com

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