Jump to content

tuanphan

Circle Member
  • Posts

    65,813
  • Joined

  • Last visited

  • Days Won

    523

Everything posted by tuanphan

  1. @vschimel Add to Home > Design > Custom CSS .product-price { visibility: hidden; }
  2. Maybe some css can hide. Can you share product url?
  3. @russelldentallv Add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1565159154696_45792 p { color: #333 !important; }
  4. @russelldentallv Some custom code can change color on only Mobile. I don't see phone number on Desktop. Can you take screenshot?
  5. @seanconroy You're welcome. You can click Accept Answer if it worked. Other members can use it. --We do not receive anything from Squarespace when answering the question here. You can click Up vote, a little fun for those who answered questions.
  6. @seanconroy try replacing visibility: hidden; with display: none;
  7. @seanconroy Add to Home > Design > Custom CSS /* Hide Green Title */ .collection-type-gallery .slide-meta-wrapper .image-title { visibility: hidden; } /* Hide Black Date */ .collection-type-gallery .slide-meta-wrapper .image-desc { visibility: hidden; } see how to insert code to Custom CSS: https://beaverhero.com/squarespace-how-to/#HowtoInsertCustomCSS Some CSS for Wells: https://beaverhero.com/squarespace-all-css/
  8. @imnotjason Please update the information after contacting SS Customer Care. If they don't have a solution, describe specific the Footer you want. I will see how long it takes, if it's too much time, maybe you should give up, or pay.If it's fast, I'll send HTML/CSS.
  9. @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.
  10. @imnotjason Which squarespace plan do you use? Personal, Business or Ecommerce
  11. @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
  12. @imnotjason You want like this or fullwidth or how?
  13. @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.
  14. @rcc Have you tried contacting Squarespace Custom Care yet?
  15. @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?
  16. @rcc Just a line of code will change color. Can you provide site url?
  17. @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%) }
  18. @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; } }
  19. @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?
×
×
  • 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.