Jump to content

tuanphan

Circle Member
  • Posts

    64,923
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. You mean Users click on link >> change link to different color With link users haven't clicked it >> change it to different color?
  2. Can you share link to page? We can check easier
  3. Use this CSS code div.header-display-mobile .header-title:after { content: "South Mountain Advanced Therapies Consultants, LLC"; display: block; font-family:cormorant infant; font-size: 11px; white-space:pre; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
  4. Don't remove any code in your current code. Use this CSS code @media screen and (min-width:992px) { div.header-menu { padding-top: 0px !important; } .header-menu-nav-wrapper { transform: rotate(-90deg); } .header-menu-nav-item a { margin: 0 !important; } .container.header-menu-nav-item.header-menu-nav-item--collection { padding: 0px !important; } }
  5. So you just changed to space on top/bottom of image?
  6. Okay. Let me know if you still have any other problems in the future
  7. Suppose you have 2 sections in Footer. To hide Second section on desktop, use this CSS code /* desktop */ @media screen and (min-width:992px) { footer.sections section:nth-child(2) { display: none !important; }} To hide First section on mobile, use this code /* Mobile */ @media screen and (max-width:991px) { footer.sections section:nth-child(1) { display: none !important; }}
  8. I see you edited code I sent I sent this but you added this, because you added code in max-width 767px so the code will run with screen sizes under 767px only You can move my code to top of Custom CSS box, and don't wrap it with any code around
  9. To change Logo URL on One Page, you can use this code to Page Header Code Injection <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-title a').attr('href','https://google.com'); }); </script> Replace Google with new page url
  10. Have you tried adding an Image Bock then add a Text Block Join Now over it ?
  11. This page, has incorrect password https://www.ypha.org.uk/news
  12. Try some CSS code like this @media screen and (max-width:767px) { body[class*="type-blog"] .slide { width: 50% !important; } }
  13. Can you share link to this page? We can check your problem easier
  14. a.btn is Header Button ID If you want to apply to specific button, you can use another ID For example, if you want Button Block, use some ID like this #button-block-id a Use this tool to find ID: https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff If you want to apply to a button in List Section, you can enter this URL to List Item button: #typeform then replace a.btn with [href="#typeform"] In case you still can't make it work, you can share link to page & let me know which button, I will give you exact ID/code
  15. "this image" is a static text or? If text, you mean click that text will open a lightbox, and lightbox contains image?
  16. I think that code should work on both desktop + mobile. If you still have problem, you can share link to your site, we can check easier
  17. Change your code to this body:not([class*="type-products"]) .image-block:hover { background-color: #00000; opacity: 0.6; transition: all .3s ease-in-out;}
  18. I created a quick demo with Portfolio Page, you can check https://thung.squarespace.com/portfolio-filter?noredirect pass: abc Is this what you want?
×
×
  • 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.