Jump to content

tuanphan

Circle Member
  • Posts

    65,544
  • Joined

  • Last visited

  • Days Won

    521

Everything posted by tuanphan

  1. @rcc Have you tried contacting Squarespace Custom Care yet?
  2. @seanconroy Did you solve? I can't find title or description in that link. Just images... If you haven't resolved, can you take screenshot of title what you want to remove?
  3. @rcc Just a line of code will change color. Can you provide site url?
  4. @DKVR Remove the code .image-block { transition: filter .3s ease-in-out; filter: grayscale(100%) } .image-block:hover { filter: grayscale(0%) } and replace with div#page-5d3a732e5476100001b1464f .image-block { transition: filter .3s ease-in-out; filter: grayscale(100%) } div#page-5d3a732e5476100001b1464f .image-block:hover { filter: grayscale(0%) }
  5. @BitBloggist Add to Home > Design > Custom CSS @media screen and (max-width:640px) { /* Blog Post Title */ .view-item.collection-type-blog h1.BlogItem-title { text-align: left; font-size: 15px; } /* Post Meta */ .view-item.collection-type-blog .Blog-meta.BlogItem-meta { justify-content: left; } }
  6. @heydanbrowne You want them to scroll at different speeds? Or scroll one, and the other doesn't? Or you want to exhibition scroll to half, and then fairs start to scroll?
  7. @JWny2019 Question 1. Wrap my code in this code @media screen and (min-width:641px) { PASTE THE CODE I SENT } Question 2 @media screen and (max-width:640px) { button.Mobile-bar-menu { margin-top: -20px; } }
  8. @swayy @yashlunagaria Seems problem has been resolved?
  9. @StephenWise1999 Add to Home > Design > Custom CSS /* Change dropdown menu background */ .header-nav-folder-content { background: #febf00 !important; }
  10. @JWny2019 body#collection-5d34a0842c08a5000178cea9 .Main-content { padding: 70px 50px; }
  11. @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!
  12. @11squared Try <script> $('.product-price').each(function() { var text = $(this).text(); $(this).text(text.replace('from', '')); }); </script>
  13. @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; }
  14. @11squared I just asked a friend. Hope he hasn't been off for the weekend
  15. @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>
  16. @11squared It need JavaScript or jQuery to handle. Please remove CSS I just sent. And i will check again.
  17. @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; }
  18. @hollykandesign You should share site url. Each site will need different custom code.
  19. @kelpcreative You're welcome. You can click Accept Answer. Other members can use if they know it worked.
×
×
  • 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.