Jump to content

brunodiazcast

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    brunodiazcast reacted to eugenesoch in Adjust line weight of hamburger menu icon?   
    That is very interesting, as we have just updated our burger menu to a preferred thickness.
    Of course, our website is running on Squarespace 7.1, so in case you are on the same, try using this css:
    /*burger menu thickness*/
    .top-bun, .patty, .bottom-bun {
      height: 3px !important;
    }
    /*end burgre menu thickness*/
    p.s. you can adjust the thickness to your liking by changing value next to px (currently set to 3px)
     
    hope this helps! 
  2. Thanks
    brunodiazcast reacted to tuanphan in Change Title Font Style in Product Block?   
    Add to Page Settings > Advanced > Header
    <style> .product-block .productDetails .product-title { font-family: orpheus-pro; font-weight: 400; font-style: normal; letter-spacing: 0em; text-transform: none; line-height: 1.4em; font-size: calc(.24vw + 1rem); } </style>  
  3. Thanks
    brunodiazcast reacted to tuanphan in Product gallery - navigation bullets (dots?)   
    Add to Home > Design > Custom CSS
    /* Product slide arrows control */ @media screen and (max-width:767px) { .ProductItem-gallery-carousel-controls { display: flex !important; } /* arrows background */ .ProductItem-gallery-carousel-controls * { background: white; } .ProductItem-gallery-carousel-controls>div { justify-content: center !important; } }  
  4. Thanks
    brunodiazcast reacted to jesschung in I can only see one product photo on mobile version?   
    Not sure if this is what everyone wanted, but I got it working with this code:
    .ProductItem-gallery .ProductItem-gallery-scroll {
      display: grid;
      place-items: center;
      }
     

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