Jump to content

Ziggy

Circle Member
  • Posts

    8,904
  • Joined

  • Last visited

  • Days Won

    100

Everything posted by Ziggy

  1. Can you share your website URL and site wide password? You should be able to do this with a portfolio page: https://support.squarespace.com/hc/en-us/articles/360035611791-Portfolio-pages
  2. In HTML you define CSS with <style> tags. Change the mode to HTML.
  3. Add this to your website Custom CSS: .header-nav-item {font-family: Mondwest!important;} Hope that helps!
  4. Add the code to the page header code injection on the pages within the folder.
  5. You'll need to add a folder to the pages menu, and add links to the folder, those links can be categories, use this guide to set them up: https://support.squarespace.com/hc/en-us/articles/115015977088
  6. @spiritsculpture You need to set the images to fill in the image block settings.
  7. Look like you need this CSS too: .product-block .productDetails .product-quantity-input input { background-color: #000; color: #fff; border: 0.1px solid #fff !important; } Give me a thumbs up if that helped!
  8. Hi! Tricky problem! You're running into a common problem where your background image which covers the background by either fitting the width 100% and cropping the top and bottom (as on desktop), or filling the height 100% and cropping the left and right (as on mobile). This means that on mobile the image will only adjust where there is cropping, i.e. left and right, you won't be able to move the background image up and down. You could use a little CSS code to adjust the text position on mobile, this for example should help if you add to your Custom CSS: @media only screen and (max-width:640px) { #block-yui_3_17_2_1_1413555146600_9259 { display:none; } #block-yui_3_17_2_1_1589535590443_11113 { padding-bottom:160px; } } This is a bit of a hacky fix, as it hides one spacer block and increase the size of another, but background images are tricky and by definition are underneath and unconnected to the content on top. Using the most recent version of Squarespace, 7.1 on Fluid Engine really helps with situations like this as you can adjust the layout on mobile separately from the desktop version.
  9. Yes, this is what I was suggesting. Generally it's helpful to share your website URL so that you can get the most relevant advise, knowing a bit more about your setup and design, including Squarespace version, really helps. If you're on Fluid Engine, you can very easily make the grid span top to bottom with no extra space, If you're on classic engine, I can give you code to reduce the padding.
  10. Look at this guide: Per-page code injection
  11. You have the mode set to CSS, but your code is in HTML
  12. Try adding this: .newsletter-block .newsletter-form-wrapper .newsletter-form-body { display:flex; } The main problem is the block being constrained too much to suit the design.
  13. The active won't work as the folder is not active with your setup. Did you add this to the individual page header code injection area for the relevant pages in the navigation? Or did you add it globally? It needs to be done the first way. It's not a great solution, but the only way I can see it working.
  14. Worth a shot I'd say! If it doesn't work we can hopefully find another solution.
  15. Try this: .variant-select-wrapper select, option { background: #000; color:#fff; padding: 10px; }
  16. Hoping that this guide will help you, if I've understood your aim correctly: https://www.will-myers.com/articles/reorder-product-details-in-product-item
  17. The search page is a built in page, and not directly customizable, it's colour is determined by the default colour theme for the website, so could be a good option to change that on your website: https://studiomesa.co/articles/default-color-theme Just be careful to check all of your pages after you make this change. This is a good guide for styling with Custom CSS: https://insidethesquare.co/squarespace-tutorials/search-results
  18. This thread seems to have an answer for you: https://forum.squarespace.com/topic/178558-adding-add-to-cart-button-to-summary-block/
  19. Have you tried using a single summary block instead of multiple product blocks? https://support.squarespace.com/hc/en-us/articles/206543337-Summary-blocks
  20. Try this thread: https://forum.squarespace.com/topic/166170-getting-around-shop-all-200-max-products-limitation/
×
×
  • 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.