Jump to content

yasminva

Member
  • Posts

    34
  • Joined

  • Last visited

Posts posted by yasminva

  1. On 6/13/2021 at 8:04 PM, creedon said:

    Add the following to Design > Custom CSS.

    
    
    #cart .item-desc {
    
      font-size : 16px;
      text-transform : lowercase;
      
      }

    Add the following to Store Settings > Advanced > Page Header Code Injection for the store page.

    
    
    <style>
    
      @media screen and ( min-width : 0 ) and ( max-width : calc( 2120px - 1px ) ) and ( orientation : landscape ) {
      
        .collection-type-products .ProductItem-details .variant-option {
        
          font-size : 13px;
          text-transform : lowercase;
          
          }
        }
        
      .product-details .variant-option select {
      
        font-size : 13px;
        
        }
        
      </style>

    This is for v7.1.

    Let us know how it goes.

    thank you so much! it works perfectly

    😊

  2. On 3/10/2021 at 7:44 PM, creedon said:

    Add the following to Design > Custom CSS.

    
    /*
    
      begin change cart style
      
      SS Version : 7.1
      
      */
      
      #cart .empty-message,
      .CartTable-subtotalLabel-3qWE9
      
        {
        
          text-transform : lowercase;
          
          }
          
      .CartTable-subtotalLabel-3qWE9,
      .CartTable-subtotalPrice-2JFeD,
      .CartTableRow-itemPrice-26eXS,
      .CartTableRow-itemQuantity-LwuRx input,
      .CartTableRow-itemTitle-1MDgZ a
      
        {
        
          font-size : 14px !important;
          
          }
          
      /* begin change cart style */

    This is for v7.1.

    Let us know how it goes.

    hey, this has seemed to stop working on desktop, any way to fix it?

  3. 13 hours ago, creedon said:

    Add the following to Design > Custom CSS.

    
    body[data-menu-overlay-theme-switcher="true"] .header-menu .header-menu-bg {
    
      background-image : url( 'https://images.squarespace-cdn.com/content/v1/60317ad0e6a8144aeb40e05b/1613944671508-Z9VP0X5DR8NIEI2T5LDG/ke17ZwdGBToddI8pDm48kDWP3gmucGRB0yXrnRBaA0IUqsxRUqqbr1mOJYKfIPR7LoDQ9mXPOjoJoqy81S2I8N_N4V1vUb5AoIIIbLZhVYxCRW4BPu10St3TBAUQYVKctE33n1k81jz6V5pOZAidoxUteKerJ8jQ0TKogSrQ8T0N_s2rOL5F7xV7-0hZeKWQ/zeroninebackground.jpg' );
      
      }

    Let us know how it goes.

    thank you that worked!

  4. 49 minutes ago, creedon said:

    Add the following to Design > Custom CSS.

    
    
    /*
    
      begin change cart style
      
      SS Version : 7.1
      
      */
      
      #cart .empty-message,
      .CartTable-subtotalLabel-3qWE9
      
        {
        
          text-transform : lowercase;
          
          }
          
      .CartTable-subtotalLabel-3qWE9,
      .CartTable-subtotalPrice-2JFeD,
      .CartTableRow-itemPrice-26eXS,
      .CartTableRow-itemQuantity-LwuRx input,
      .CartTableRow-itemTitle-1MDgZ a
      
        {
        
          font-size : 14px;
          
          }
          
      /* begin change cart style */

    This is for v7.1.

    Let us know how it goes.

    hey, so the lowercase bit worked but the font size hasn't

    thank you for helping me with all of this

  5. 13 hours ago, creedon said:

    Add the following to Design > Custom CSS.

    
    #cart {
    
      background-image : url( 'https://images.squarespace-cdn.com/content/v1/60317ad0e6a8144aeb40e05b/1613944671508-Z9VP0X5DR8NIEI2T5LDG/ke17ZwdGBToddI8pDm48kDWP3gmucGRB0yXrnRBaA0IUqsxRUqqbr1mOJYKfIPR7LoDQ9mXPOjoJoqy81S2I8N_N4V1vUb5AoIIIbLZhVYxCRW4BPu10St3TBAUQYVKctE33n1k81jz6V5pOZAidoxUteKerJ8jQ0TKogSrQ8T0N_s2rOL5F7xV7-0hZeKWQ/zeroninebackground.jpg' );
      
      }

    This is for v7.1.

    SS is going to update the cart code this coming Monday. So do check if this code breaks and let us know.

    Let us know how it goes.

     

    thank you so much! i will check back on monday about that

    sorry one more question, i was wondering you can help me with a custom css for the font in the cart

    a) when the cart is empty, i would like the message that appears to all be in lowercase (you have nothing in your shopping cart. continue shopping)

    b)when there is an item in the cart, the font to be smaller to 14px across the entire contents of the cart table and the word 'subtotal' to be in lowercase too

  6. 55 minutes ago, creedon said:

    You'll need to upload or already have a background image somewhere for this to work and have the URL of the image.

    Add the following to Store Settings > Advanced > Page Header Code Injection for the store page.

    
    
    
    <style>
    
      /* add background image to store pages */
      
      .sections .page-section:first-child .section-background {
      
        background-image : url( 'https://images.squarespace-cdn.com/content/v1/60317ad0e6a8144aeb40e05b/1613863251768-AD4U2Q80S138G23DQNKB/ke17ZwdGBToddI8pDm48kB633_jcvlRQCTsccOJmE2IUqsxRUqqbr1mOJYKfIPR7LoDQ9mXPOjoJoqy81S2I8N_N4V1vUb5AoIIIbLZhVYxCRW4BPu10St3TBAUQYVKcoyG10a7_y2FLsh7IlvU_kYgJOPzb97S8g5KskxYthfrHYe3GvmZQnJn2eu9uIV55/zeronine7.jpg' );
        
        }
        
      </style>

    This is for v7.1.

    You will need to replace the URL in the code with the URL of the image you want to use.

    Let us know how it goes.

    thank you that worked, and i managed to find the url for the image i wanted

    is there any way i can do this to the cart too?

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