Jump to content

tuanphan

Circle Member
  • Posts

    69,612
  • Joined

  • Last visited

  • Days Won

    564

Everything posted by tuanphan

  1. @swayy @yashlunagaria Seems problem has been resolved?
  2. @StephenWise1999 Add to Home > Design > Custom CSS /* Change dropdown menu background */ .header-nav-folder-content { background: #febf00 !important; }
  3. @JWny2019 body#collection-5d34a0842c08a5000178cea9 .Main-content { padding: 70px 50px; }
  4. @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!
  5. @11squared Try <script> $('.product-price').each(function() { var text = $(this).text(); $(this).text(text.replace('from', '')); }); </script>
  6. @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; }
  7. @11squared I just asked a friend. Hope he hasn't been off for the weekend
  8. @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>
  9. @11squared It need JavaScript or jQuery to handle. Please remove CSS I just sent. And i will check again.
  10. @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; }
  11. With the problem, you should contact Squarespace Custom Care first. Good luck.
  12. @rchlayyq You're welcome. Click Accept Answer. Other members can use if they know it worked. Thanks.
  13. @Chambyte div#mobileMenuLink a { color: #fff; }
  14. @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 }
  15. @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; }
  16. @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
  17. @BitBloggist CSS can't change h2 to h1, and any html tags.You need to edit Template Files, and change h2 to h1 tag.
  18. @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
  19. @rchlayyq Add to Home > Design > Custom CSS .form-wrapper select { font-size: 20px !important; }
  20. You can use CSS. @rchlayyq Can you share site url? It your site is in trial, setup password & share url.
×
×
  • 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.