Jump to content

tuanphan

Circle Member
  • Posts

    65,335
  • Joined

  • Last visited

  • Days Won

    521

Everything posted by tuanphan

  1. Add to Design > Custom CSS /* Desktop nav on mobile */ @media screen and (max-width:750px) { #header #topNav { display: flex; justify-content: center !important; align-items: center; float: none !important; } div#mobileMenuLink { display: none; } }
  2. Add to Design > Custom CSS /* Desktop nav on mobile */ @media screen and (max-width:750px) { #header #topNav { display: flex; justify-content: center !important; align-items: center; float: none !important; } div#mobileMenuLink { display: none; } }
  3. Can you share link to search result on your site?
  4. To remove space, edit this code @media screen and (max-width: 767px) { [data-section-id="61768984a9b12a61e5da1d86"] { min-height:unset !important; height: 85vh; margin-top: -45vh } }
  5. Add to Design > Custom CSS @media screen and (max-width:767px) { .gallery-fullscreen-slideshow { height: 35vh !important; } }
  6. Above code doesn't work? With rename, you want to rename empty page button or checkout button?
  7. Looks like I've come a long way in the direction I intend to guide here. With your code, what is that code for? And which pages are not working?
  8. Hi, Add to 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; } .ProductItem .ProductItem-gallery-carousel-controls>div::after, .ProductItem .ProductItem-gallery-carousel-controls>div::before { border-color: black !important; } .pdp-layout .invisible { display: block !important; background-color: transparent; } }
  9. In Home > Design > Custom CSS > Find & remove this code .product-quantity-input, .sqs-add-to-cart-button-wrapper { display: none; } .sqs-add-to-cart-button-wrapper { visibility: hidden; }
  10. Try checking your Page Header (Hover Page Name on Pages > Main Navigation or Not Linked > Click Gear icon > Advanced)
  11. Have you solved it yet? If still face problem, you should contact Squarespace Customer Care
  12. See this https://rebeccagracedesigns.teachable.com/p/vertical-navigation
  13. Add 1 Block only, not 2.I sent a video
  14. I thought I wrote that code. Until I checked the Page Header, it was the code that I hired a dev to write 2 years ago. First, add a Text Block with 3 Text Links Next, add to Page Header. Replace #block-37c with Text Block ID. Replace example image urls with new image urls <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> const imgs = "https://images.squarespace-cdn.com/content/v1/5ec321c2af33de48734cc929/1589847937255-KL7YQ0FH2JWUFSKWI0FI/ke17ZwdGBToddI8pDm48kDyrkv0xh0UZB45eZfCeHJZ7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z5QPOohDIaIeljMHgDF5CVlOqpeNLcJ80NK65_fV7S1UYA7hnDto0DZHzMmH7D5yxh0gmfs6GbscUE7FWidc8Cg0PgRfuafvOMwlzZcOCnxVw/20140301_Trade-151_0124-copy.jpg,https://cdn.pixabay.com/photo/2020/11/08/09/41/deer-5723225__340.jpg,https://cdn.pixabay.com/photo/2020/11/01/19/41/autumn-5704791__340.jpg" $(document).ready(function() { if (imgs) $('.section-background img').attr('data-url', imgs) const urls = $('.section-background img').attr('data-url').split(',') $('.section-background img').attr('src', urls[0]) $('#block-cc917afadc9c70cdd37c a').each(function(id, e) { $(e).hover(function() { $('.section-background img').attr('src', urls[id]) }) }) }) </script> Use this tool to find block id.
  15. You mean image carousel under Donate to Camp Erin button? You want make effect on hover or click (I think hover is possible, click: not sure it is possible)
  16. Hi, Can you describe in more detail? https://www.n3wcrop.co.uk/shop
  17. It looks like you deleted site? No Such Website The website you requested does not exist.
  18. You can add all icons, then we will give code to show FB/Insta/Twitter on one page only & hide these 3 icons on other pages. What do you think?
  19. Try adding to Design > Custom CSS div#pageWrapper { margin-left: 0 !important; }
  20. Hi, Which page are you referring to? https://sydneyreneephotography.com/
  21. Add to Design > Custom CSS div.lightbox-inner .product-quantity-input input { color: white !important; } div.lightbox-inner .sqs-add-to-cart-button { background-color: white !important; } div.lightbox-inner .sqs-add-to-cart-button-inner { color: black !important; }
  22. Hi, It looks like you solved by changing header to solid white background?
  23. Add to Design > Custom CSS @media screen and (min-width:901px) { .index-list.clearfix { display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 20px 20px; } .index-list.clearfix>div { width: 100% !important; } .index-list.clearfix:before { display: none; } }
×
×
  • 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.