Jump to content

AlishaK

Member
  • Posts

    13
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    AlishaK reacted to tuanphan in Trying to target button text on image card   
    Try this
    .image-button * { font-family: 'MDNichrome0.7'; font-weight: 400; }  
  2. Thanks
    AlishaK reacted to SaraSara in Changing Shopping Cart Page   
    This one is working on my page, you can try. ( For background color)
    /* Shopping cart background */
    body#cart {
        background-color: #ffffff;
    }
     
    Here for the text color:
     
    /* Variant */
    .variant-info * {
        color: black;
    }
    /* price */
    .item-price {
        color: black;
    }
    /* subtotal price */
    ._2nJjmtuOe * {
        color: black;
    }
    /* cart page product title color */
    .item-desc a {
        color: black;
    }
     
  3. Thanks
    AlishaK reacted to tuanphan in Changing Shopping Cart Page   
    Add to Design > Custom CSS
    /* Cart page */ body#cart #page { background: #F7EFE7; } body#cart div#sqs-cart-root * { color: black !important; }  
×
×
  • 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.