Jump to content

crisherrera

Circle Member
  • Posts

    9
  • Joined

  • Last visited

Posts posted by crisherrera

  1. I'm trying to update the default page that the "continue shopping" button goes to, to /shop but it keeps redirecting to the home page. I keep trying to change it over and over in the settings and it says "changes saved" but nothing changes. 

    Anyone know how I can fix this or manually put in code to override this? :c 

     

    Thank you!!!

    Screenshot 2024-07-29 at 10.17.09 AM.png

  2. On 7/19/2024 at 3:00 AM, tuanphan said:

    To hide secondary nav on home, my new book, events, you can use this code to Custom CSS box

    OMG thank you that worked!! The only problem I'm having now though is the primary menu is still visible on mobile, and the secondary menu is above the site logo/title. Any way I can fix that?

    Screenshot 2024-07-20 at 11.50.12 AM.png

    Screenshot 2024-07-20 at 11.53.41 AM.png

  3. 15 hours ago, tuanphan said:

    Use this code, if it doesn't work, please share site url, we can check easier

    <style>
      [data-wm-plugin="subnav"] {
      	display: none !important;
      }
    </style>

     

    It didn't work. When I put it in header code injection it hides it on mobile but it's still visible on site. 

    When I put the code in the individual page header code it does nothing 😞

    here's my site: crisherreras.com 

    it's currently under construction so it's password protected. do you need the password?

    What I'm trying to do is hide secondary nav on pages: home (/home), my new book and events and have the secondary nav visible on home (/fashion), custom, shop and care + repairs. I currently have the primary nav hidden on (/fashion), custom, shop and care + repairs but the secondary nav doesn't blend with the header the way it should. 

  4. On 8/20/2020 at 3:39 AM, tuanphan said:

    To hide primary on one page, add this to Page Settings > Advanced > Header (If you use Personal Plan > Add Code Block)

    <style>
      nav.Header-nav.Header-nav--primary {
        display: none;
    }
    </style>

    To hide secondary, use this code

    <style>
      nav.Header-nav.Header-nav--secondary {
        display: none;
    }
    </style>

    Hi! I used this code and it didn't work for me :(.

    This is the code I used in the code injection footer to create my secondary menu. (my secondary menu folder is titled (/secondary-nav)

    <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
    <script src="https://assets.codepen.io/3198845/WMSecondNavFREEv1-4.js"></script>
    <div data-wm-plugin="subnav"
         data-position="top-right">
    </div>

     

  5. On 3/9/2022 at 4:55 AM, Jia said:

    Code to edit the colours of "item, quantity, price":

    .cart-item-list-labels {
      color:#HEX;
    }

    So this didn't work for me and I fiddled with the code a bit to figure it out so in case someone is struggling as well here's the code that will work as of 07/2024.


    To change the individual items colour:

    .cart {color: #HEX !important
    }

     

    Code all together: 

    button.cart-checkout-button {
    	background-color: #HEX !important;
    	color: #HEX !important;
       font-family:'input your font';
    }
    .cart {background-color:#HEX; 
    }
    .cart {color: #HEX !important
    }
    .cart-title,
    { color: #HEX !important
    }

     

    If someone could help me change the header font colour that would be great I'm still struggling to get it all to be the same colour. Thanks!

  6. I'm trying to edit my quick view lightbox and I've been using the code below, but I don't know how to change the button border colour to match the colour in product description. Would also love if someone could show me the code to make the border of the lightbox rounded. 

    Thanks!

    Currently using below code: 

    div.sqs-product-quick-view-content .ProductItem-details * {
        color: black !important;
    }
    .sqs-product-quick-view-content {background:#DCD7CE}
    
    .product-details .variant-option select {
        color: transparent !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.