Jump to content

tuanphan

Circle Member
  • Posts

    66,826
  • Joined

  • Last visited

  • Days Won

    535

Everything posted by tuanphan

  1. @JWny2019 body#collection-5d34a0842c08a5000178cea9 .Main-content { padding: 70px 50px; }
  2. @JWny2019 .Header-inner { padding-left: 10px; padding-right: 10px; } Do you want to disable click when hovering over an image? Or change the mouse pointer icon when hovering over the image? Click Accept Answer if it worked. Other members can use it!
  3. @11squared Try <script> $('.product-price').each(function() { var text = $(this).text(); $(this).text(text.replace('from', '')); }); </script>
  4. @JWny2019 Question 1. Align left or right or..? Question 2. a.Header-branding { padding-top: 20px !important; } Question 3. .Header-inner--top { padding-bottom: 15px; }
  5. @11squared I just asked a friend. Hope he hasn't been off for the weekend
  6. @11squared Use this code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { var text = $('.ProductItem-details .product-price').text(); text = text.remove ('from'); $('.ProductItem-details .product-price').text(text); }); </script>
  7. @11squared It need JavaScript or jQuery to handle. Please remove CSS I just sent. And i will check again.
  8. @11squared With that site url. You can add to Home > Design > Custom CSS /* Hide from & Price */ .product-price { visibility: hidden; } /* Unhide price */ span.sqs-money-native { visibility: visible; display: block; }
  9. @kelpcreative You're welcome. You can click Accept Answer. Other members can use if they know it worked.
  10. @kelpcreative Try adding to Home > Design > Custom CSS div#product-component-7c99128320b { display: none; }
  11. Can you take screenshot of button which you want to hide? I don' see that button
  12. You can use CSS to hide add to card footer. I don't see add to cart footer?
  13. With the problem, you should contact Squarespace Custom Care first. Good luck.
  14. @rchlayyq You're welcome. Click Accept Answer. Other members can use if they know it worked. Thanks.
  15. @Chambyte div#mobileMenuLink a { color: #fff; }
  16. @Chambyte I mean, wrap my code in your code ;) @media (prefers-color-scheme: dark) { body { color: #fafafa; background-color: #1a1a1a; } .blog-title a { color: #ffffff; } .post-title a { color: #ffffff !important; } blockquote p { color: #ffffff !important; } PASTE MY CODE }
  17. @Chambyte /* Tagline */ .logo-subtitle { color: white; } /* Nav */ nav.main-nav li a { color: white !important; } /* Post Title */ article h1.entry-title a { color: white !important; }
  18. @BitBloggist As far as I know, to change a tag from h2> h1, you will need to use JavaScript or edit the Template, then type h1 instead of h2. With CSS, you can hide / show any element on the web
  19. @BitBloggist CSS can't change h2 to h1, and any html tags.You need to edit Template Files, and change h2 to h1 tag.
  20. @LakeDogRealty Take some time to think. Want to do so? There will be 2 methods Method 1. Can you add an item to the Navigation, with the link as the homepage?If you can do it, it will be better, I will insert a logo as the background of that item. Method 2. If you cannot add items to the Navigation, I can still insert the logo on the right. However, the logo will not have a link, ie you cannot click on right logo
  21. @rchlayyq Add to Home > Design > Custom CSS .form-wrapper select { font-size: 20px !important; }
  22. You can use CSS. @rchlayyq Can you share site url? It your site is in trial, setup password & share url.
  23. @Shaunakg Add to Home > Design > Custom CSS @media screen and (max-width:640px) { html { overflow-x: hidden; } main { padding-left: 10px; padding-right: 10px; } }
×
×
  • 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.