Jump to content

tuanphan

Circle Member
  • Posts

    66,879
  • Joined

  • Last visited

  • Days Won

    535

Everything posted by tuanphan

  1. @imnotjason Try Contacting Squarespace Custom Care fist. Maybe they have better suggestion. My solution is to insert some HTML / CSS code into the site's Footer. Then use CSS just to display it on certain pages on the web. However, you will need to write Footer in HTML / CSS completely, which sounds very time-consuming if you need to be blessed by Footer.
  2. @imnotjason Which squarespace plan do you use? Personal, Business or Ecommerce
  3. @imnotjason Screenshot: https://prnt.sc/onr5bs --You can also join this group to get answer about Custom code: https://www.facebook.com/groups/2309016302694700/?ref=bookmarks
  4. @imnotjason You want like this or fullwidth or how?
  5. @imnotjason I have not tried this. But I think it is still possible with custom code. Also, you should delete ( and ) when tagging me, because it prevents me from receiving notifications. Will try in next week.
  6. @rcc Have you tried contacting Squarespace Custom Care yet?
  7. @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?
  8. @rcc Just a line of code will change color. Can you provide site url?
  9. @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%) }
  10. @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; } }
  11. @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?
  12. @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; } }
  13. @swayy @yashlunagaria Seems problem has been resolved?
  14. @StephenWise1999 Add to Home > Design > Custom CSS /* Change dropdown menu background */ .header-nav-folder-content { background: #febf00 !important; }
  15. @JWny2019 body#collection-5d34a0842c08a5000178cea9 .Main-content { padding: 70px 50px; }
  16. @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!
  17. @11squared Try <script> $('.product-price').each(function() { var text = $(this).text(); $(this).text(text.replace('from', '')); }); </script>
  18. @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; }
  19. @11squared I just asked a friend. Hope he hasn't been off for the weekend
  20. @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>
×
×
  • 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.