Jump to content

WhoAJ

Member
  • Posts

    35
  • Joined

  • Last visited

Everything posted by WhoAJ

  1. @paul2009 your code has allowed me to add the sizes on my main t shirt shop page -> (https://calliope-kumquat.squarespace.com/t-shirts pw: hi ) If you click in to the White T you will notice I have some sizes that have no stock therefor a grayed out. link to white t -> (https://calliope-kumquat.squarespace.com/t-shirts/p/country-feast-set-3nybt-dtlhz-4brte-5969w) my issue is: on the main products page (first URL link ) the sizes that are out of stock are not showing as out of stock on that page. can you please assist? I'm not sure if its because of my existing code: (i have tried playing around with it but can't seem to get it to work) /* hide sold out price */ .sold-out .product-price { display: none !important; } /* hide add to cart button when sold out */ .sold-out .sqs-add-to-cart-button-wrapper { display: none !important; }
  2. @tuanphan hello friend, merry christmas and thank you for the code, works like a beauty. and thanks for helping th Community
  3. HI @tuanphan link below for one of my product pages https://capybera-krill-9nzw.squarespace.com/hierarchy-tees/p/relaxed-tee-grey
  4. @tuanphan hello sir , i remebered you helped me with an alignment issue above. i have another issue i want to run by you. on my product page the productitem-additional info box seems to be different sizes on different monitors. (13 inch and 15 inch laptop). so if i change the width it looks good on one and out of line on the other. see photos attached. photo one from my 13 inch laptop it looks off. photo two it looks perfectly in line from adjusting in my css. Ideally if it were the same size as the add to cart button on any screen that would be great https://capybera-krill-9nzw.squarespace.com/config/pages/website-tools/custom-css pw: hi code i used: .ProductItem-additional { padding-left: 730px !important; margin-top: -140px !important; font-size: 15px !important; width: 35%; thank. you
  5. solved by @tuanphan here and here
  6. @tuanphan i was just messing with the attributes to see what effect they have so i can learn. i changed them back to what you gave me 🙂 last last question how can i adjust height to make it lower or higher? fo future reference? will mark this as solved and tag you in my other post .
  7. @tuanphanoh wow thank you very much. I just have one question. how can i scale down the size of the words to just cover the two centre photos? like the below photo
  8. I have put in the code in the settings > advanced and saved. <style> .Main {background-color: #000000 !important; } </style> but the page still appears the same. also tried using collections in css - #collection-657167bc475a9a5366cdf001 { background-color: #000000 !important; } im trying to change this page https://groundhog-cow-f7s6.squarespace.com/about pw: hi
  9. yes please sir @tuanphan
  10. Sorry to jump in on this @tuanphan i'm trying to achieve something similar. im trying to move the HIERARCHY text box up to overlay the grid. essentially i would like the top of the text aligned with the top of the images . i used the below css but when i viewed my page on a different monitor it appeared to be lower. see here #block-360c253ea77246c3281e { top: -640px !important; Site: https://groundhog-cow-f7s6.squarespace.com/ PW: hi
  11. attached photo of how it looks on my monitor. everything looks scaled fine apart from the text box being at the bottom. on my laptop the "shop all" button is hidden further below
  12. hi @melody495 thanks for reviewing my issue. i turned off that bit of code, my text box is now located below the Grid Gallery image strips. it does not let me drag the text box to put it over the grid stips. Hence using css to try and position the text box vertically up top.
  13. the large text box "Hierarchy" on my home page drops further down when i view the site on a different sized monitor. to put in perspective, I have been working on my site on a MacBook pro 13 inch. Everything looks fine I switched to my other laptop 1920 x 1080 and monitor 2560 x 1440 and that's where i noticed the difference. (not sure how useful this info is ) This is the code i use to reposition the text box to move it up more. //hierarchy large logo positioning// #block-360c253ea77246c3281e { top: -640px !important; } Site: https://groundhog-cow-f7s6.squarespace.com/ PW: hi
  14. nvm i figured it out using .gallery-strips-item img { transform: scale(0.95) !important; } @media only screen and (max-width: 767px) {.gallery-strips-item img { transform: scale(0.95) !important; }}
  15. @tuanphan hi i'm trying to do something similar i'm using gallery strips on my home page only on web it shows fine, 4 images across but on mobile, it pushes the 4th image down. is there a way to have 4 images across on mobile ? i'm fine with the images getting smaller https://lavender-oval-sydh.squarespace.com/ pw: hello thank in advance i asked for help here
  16. i have added gallery Strips to my home page 1. how do i make all 4 images fit on the screen on mobile? (i understand they'll be smaller) I have added an example photo from luna pw ghost 2. i am also trying to make gallery strips small on my home page just like the luna web home page. https://lavender-oval-sydh.squarespace.com/https://lavender-oval-sydh.squarespace.com/ pw: hello thanks
  17. @Ziggy hey do you know how to scale down the carousel on my home page? wanting something small like this site . pw: ghost wanting a similar thing on mobile. if i could also hide arrows on web that would be great thanks
  18. on home page 1. how do I adjust the spacing between the carousel and the site logo? as well as the space beneath the carousel and the element below it. - both on mobile and desktop. (see photos) (like this site pw: ghost) 2. how can I hide the arrows on mobile? ?(see photos, beneath carousel ) 3. is there a way to re-size the carousel on mobile and desktop? ( like how this site pw: ghost looks on mobile and web) I tried it in editing the carousel itself but there are limited options. On the desktop - i'm talking about keeping 3 images but making them smaller. (i understand there might be some blank space. if it doesn't look good I'll probably just revert) on mobile- i want to make the carousel images small. a way to adjust the size would be awesome. thanks https://lavender-oval-sydh.squarespace.com/ pw: hello
  19. @Web_SolutionsArial or one that i can link
  20. @Web_Solutions i just realized it changes the font of the category heading which is also somehow h2. i can't for the life of me find where to remove it from h2. any way to exclude this from the font change?
  21. i got it working buy using the below. not sure if its the correct structure but it works @font-face { font-family: 'INTERBOLD'; src: url('https://static1.squarespace.com/static/655ec5b38bc75834d7cf0591/t/6563f7023608ec2fae8818fa/1701050115664/Inter-Bold.ttfhttps://static1.squarespace.com/static/655ec5b38bc75834d7cf0591/t/6563f817ae435d45ec4d792b/1701050392662/Inter-SemiBold.ttf'); } h1, #site-title { font-family: 'INTERBOLD' !important; letter-spacing: 5px !important; } @font-face { font-family: 'QUOTE'; src: url('https://static1.squarespace.com/static/655ec5b38bc75834d7cf0591/t/6563fd9f3cb3cf6b8fbe38f8/1701051807543/The+Cottage+400.otf'); } h2 { font-family: 'QUOTE' !important }
  22. @Web_Solutionsone last q sir, if i wanted H1 and H2 to have different custom fonts im guessing paste the code twice and remove h1 and site title ?
  23. @Web_Solutions Genius! thank you
  24. The code I'm using changes any other headings/paragraphs but not the main H1 site title h1. I'm wondering if there's other CSS code blocking it from changing or something I'm missing. I have gone through the SS font settings as well and tried to google and read forums. assigned styles are not custom. @font-face { font-family: 'INTERBOLD'; src: url('https://static1.squarespace.com/static/655ec5b38bc75834d7cf0591/t/6563fd9f3cb3cf6b8fbe38f8/1701051807543/The+Cottage+400.otf'); } h2,h1 {font-family: 'INTERBOLD'!important } pw: help https://lavender-oval-sydh.squarespace.com/
×
×
  • 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.