Jump to content

Ptphotography

Member
  • Posts

    359
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Ptphotography reacted to tuanphan in Change Arrow Carousel design   
    Use this new code
    .user-items-list-carousel__arrow-container svg { display: none; } .user-items-list-carousel__arrow-button.user-items-list-carousel__arrow-button--right div { background-image: url("https://static1.squarespace.com/static/5ecaa390dc0263594e112004/t/63bd203b0651752a4e494c11/1673338939042/right.png"); background-size: contain; background-repeat: no-repeat; background-position: center center; width: 30px; height: 30px; visibility: visible !important; } .user-items-list-carousel__arrow-button.user-items-list-carousel__arrow-button--left div { background-image: url("https://static1.squarespace.com/static/5ecaa390dc0263594e112004/t/63bd204aa3107f3ecd913c63/1673338954062/left.png"); background-size: contain; background-repeat: no-repeat; background-position: center center; width: 30px; height: 30px; visibility: visible !important; }  
  2. Like
    Ptphotography reacted to timprsn in Change Arrow Carousel design   
    .user-items-list-carousel__arrow-container svg { display: none; } .user-items-list-carousel__arrow-button.user-items-list-carousel__arrow-button--right div { background-image: url("url of png of your right arrow"); background-size: contain; background-repeat: no-repeat; background-position: center center; width: 30px; height: 30px; } .user-items-list-carousel__arrow-button.user-items-list-carousel__arrow-button--left div { background-image: url("url of png of your left arrow"); background-size: contain; background-repeat: no-repeat; background-position: center center; width: 30px; height: 30px; } Try adding this to Design > Custom CSS.
    You will have to upload a png for each arrow, one left and one right.
  3. Love
    Ptphotography got a reaction from bycrawford in Change form field color   
    Thanks a lot. It worked!
  4. Thanks
    Ptphotography reacted to SQSPStarter in Change form field color   
    @Ptphotography Use this code:
    .form-wrapper .field-list .field .field-element { width: 100%; padding: 12px; margin: 6px 0 4px; border: 1px solid #ccc !important; /* Change Border Colour Here */ background: #fafafa; /* Change Background Colour Here */ color: #000; /* Change text Colour Here */ font-family: sans-serif; font-size: 12px; line-height: normal; box-sizing: border-box; border-radius: 2px; } Let me know how it goes
  5. Thanks
    Ptphotography reacted to bycrawford in Change form field color   
    Hey K, here is the code:
    .form-wrapper .field-list .field .field-element:not(.button) { background: red; }  
  6. Thanks
    Ptphotography reacted to joseph81 in Description is missing on mobile and need space between pictures   
    Hi. Could you provide a website url?
  7. Like
    Ptphotography got a reaction from Beyondspace in Please help move button   
    @bangank36
    This a amazing. Thank you, I will have a go 🤩
     
     
  8. Thanks
    Ptphotography reacted to Beyondspace in Please help move button   
    So we do not need to implement any css code anymore
  9. Like
    Ptphotography got a reaction from Beyondspace in Please help move button   
    This worked. Thank you so much for you help 🤩
  10. Thanks
    Ptphotography reacted to Beyondspace in Please help move button   
    My testing

  11. Thanks
    Ptphotography reacted to Beyondspace in Please help move button   
    Can you share your site so I can take a look?
  12. Like
    Ptphotography got a reaction from Ziggy in Make the gallery thumbnail preview bigger   
    Ziggy you are amazing! Thank you so much for this! You made me so happy 😁
  13. Love
    Ptphotography reacted to Ziggy in Make the gallery thumbnail preview bigger   
    Fantastic, glad I could help! Could you mark the post as the answer in case anyone else might need it in the future? Thanks!
    Lovely photos by the way!
  14. Thanks
    Ptphotography reacted to Ziggy in Make the gallery thumbnail preview bigger   
    Try this:
    .gallery-grid-item:nth-child(16) img { transform:scale(1.3); &:hover { transform:scale(1.4); } }
  15. Thanks
    Ptphotography reacted to Beyondspace in Help bring down Limited Availability label   
    I can not see it now. Have you figured it out?
  16. Thanks
    Ptphotography reacted to Ziggy in Make the gallery thumbnail preview bigger   
    Does this work?
    .gallery-grid-item:nth-child(16) { transform:scale(1.3); &:hover { transform:scale(1.4); } }  
  17. Thanks
    Ptphotography reacted to Ziggy in Make the gallery thumbnail preview bigger   
    What code are you using for the zoom on hover effect?
  18. Thanks
    Ptphotography reacted to Ziggy in Make the gallery thumbnail preview bigger   
    Since you're using a gallery section, if you edit the page and click on Edit Section on the gallery section, you can change the width from Inset to Full. Alternatively if you don't want it full width I can provide some CSS to constrain the width to what ever value you want after setting the section to Full.
    section[data-section-id="633562f3cb287e010b366892"] .gallery-grid[data-width="full"] { max-width:1600px; }  
  19. Love
    Ptphotography reacted to Ziggy in Make the gallery thumbnail preview bigger   
    Can you share the page URL you want to do this on?
  20. Like
    Ptphotography reacted to tuanphan in Remove white space between pictures   
    Add to Design > Custom CSS
    /* Shop image white spacing */ div#page-section-5ffad1a0ab8b306cc83276c8 .code-block { padding: 0 !important; } div#page-section-5ffad1a0ab8b306cc83276c8 .code-block img { display: block !important; } Also, you havent' changed SEO TItle so the browser tab still shows "general 2"
  21. Like
    Ptphotography reacted to Tinxy7 in Click picture for text to appear on mobile   
    Oh gosh I am sorry, I am looking as well that is why I was asking... so annoying!!  If I find out I will let you know!!
  22. Like
    Ptphotography reacted to Tinxy7 in Click picture for text to appear on mobile   
    Did you ever get a solution to this?????!!!!
  23. Thanks
    Ptphotography got a reaction from IXStudio in Change font size and colour   
    @IXStudio You are a lifesaver, thank you! 
  24. Like
    Ptphotography reacted to IXStudio in Change font size and colour   
    Hi
    Use this code in Design -> Custom CSS
    .ProductItem .ProductItem-details .product-price { font-weight: 500; font-size: 22px !important; } .view-item .ProductItem-relatedProducts .product-price { color: crimson !important; } Please use the like button if it helps you!
     
    Best,
    Leopold
  25. Like
    Ptphotography got a reaction from Beyondspace in Change font size and colour   
    Hello everyone, 
    Can anyone please help me with the code to change the font size/color of my prices on 2 sections of my site? 
    1st top section: 'from $30 dollars'. Please, can this be made thicker? Not bold but just thicker please.

    2nd lower section: $280 dollars and all prices under 'You might also like'. Can anyone please make it red?

    Thank you in advance.
    Always grateful,
    K
×
×
  • 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.