Jump to content

embodygreen

Member
  • Posts

    17
  • Joined

  • Last visited

Reputation Activity

  1. Like
    embodygreen reacted to tuanphan in Change text for mobile view   
    Add to Design > custom CSS
    /* Home nav color */ body.homepage .header-nav-item a { color: white !important; } body.homepage header#header svg.icon.icon--cart { stroke: white; } body.homepage span.sqs-cart-quantity { color: white; } /* space button gg recaptcha */ div.hidden+.newsletter-form-footnote { margin-top: 30px; } /* mobile */ @media screen and (max-width:767px) { /* show breadcrumb */ .ProductItem-nav-breadcrumb { display: block !important; } .ProductItem .ProductItem-additional .image-block { width: 50%; margin: 0 auto; } }  
  2. Like
    embodygreen reacted to paul2009 in How to take off newsletter message: This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply   
    As predicted, Squarespace are making changes to the code. Today’s recipe is:
    /* Hide Google reCAPTCHA Disclaimer (06 June 2021) */ .newsletter-form-wrapper .form-submission-html+.newsletter-form-footnote, .sqs-popup-overlay-content .form-submission-html+.form-disclaimer-text {   display: none; }  
  3. Like
    embodygreen reacted to tuanphan in Change text for mobile view   
    Do you need help with these?
    Site URL – https://www.embodygreencbd.com/
    1. (Header-Homepage) Change nav to white color?

    2. (Footer) GG recaptcha text overlap button

    3. (Tablet-Footer) change footer layout?

    4. (Mobile-Products) Add breadcrumb on top of products?

    5. (Mobile-Products) Reduce images size?

  4. Like
    embodygreen reacted to amcg in How can I hide the Add to Cart, Quantity and Price from my product page?   
    There are a couple of other, related answers to this questions, however this is the code I found which works.
    The main section of the code is:
    .product-price, .product-quantity-input, .sqs-add-to-cart-button-wrapper { display:none; }
    This code can be altered to only affect one or two of the elements by removing certain lines. Remove .product-price, from the code if you want to continue to display the price of the product.
    Add this code to the Custom CSS Editor if you want all product pages to be affected.
    If you would like this code to affect individual product pages, you can add it to the Page Code Injection area. Go to Product Settings > Advanced > Page Header Code Injection on your product page and paste in this code:
    <style> .product-price, .product-quantity-input, .sqs-add-to-cart-button-wrapper { display: none; } </style>
    This code can be used if you would like to add PayPal buttons within your products pages. Add the PayPal button code within the Additional Info area of each product, and then hide the Add to Cart button with the above CSS.
    Hopefully this helps anyone else!
×
×
  • 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.