Jump to content

Bilash

Circle Member
  • Posts

    40
  • Joined

  • Last visited

Everything posted by Bilash

  1. Glad to help you solve the problem! 🙂
  2. Hi @Callan I think the template you are using there is an issue scoping their CSS custom properties (variables) that's why it's not working out the way you want it to. Anyway, here is a CSS snippet that you can insert into your site to make it look like you wanted. [data-section-id="6576c31ac1a71b16fb46c67c"] .course-list__grid-item.course-list__grid-course-item { --course-list-grid-layout-course-item-text-color: #ffffff; --course-list-grid-layout-course-item-background-color: #232323; /* for subtle hover animation */ transition-property: background-color, color; transition-duration: 300ms; transition-timing-function: ease; transition-delay: 0; transition-behavior: initial; } [data-section-id="6576c31ac1a71b16fb46c67c"] .course-list__grid-item.course-list__grid-course-item:hover { --course-list-grid-layout-course-item-hover-background-color: #c3876a; --course-list-grid-layout-course-item-text-color: #000000; } Final look:
  3. Hi @Nancygallardo562 I forgot to update the selectors. Here is the updated CSS snippet. @media screen and (max-width: 640px) { .sqs-announcement-bar #announcement-bar-text-inner-id p { white-space: nowrap !important; } }
  4. Hi @Nancygallardo562 The solution is quite simple but took me quite a long time to find. Anyway, you'll need to add a little bit of custom CSS. @media screen and (max-width: 640px) { #announcement-bar-text-inner-id .sqs-announcement-bar p { white-space: nowrap !important; } }
  5. Hi @grimm 3rd party APIs can be conneccted via custom code only. I can help you achieve that feaure in your site. Can you please share a bit more details? Thanks, Bilash.
  6. Hi @Yorgos Your image looks fine on my mobile and desktop devices though.
  7. Hi @Cristina_VersoVisual I think this needs further investigation with your website and code injection.
  8. Hi @Cristina_VersoVisual Here is the full replacement for the Footer code injection (the image you shared for line 1-18) : <script> jQuery(document).ready(function ($) { $('section.ProductItem-additional').insertAfter( '.ProductItem-details .sqs-add-to-cart-button-wrapper' ); $('section.reviewsSection').insertAfter( '.ProductItem-details .sqs-add-to-cart-button-wrapper' ); }); </script> <style> section.ProductItem-additional { order: 6; } </style>
  9. Hi @Cristina_VersoVisual Unfortunately, you've removed the code block I sent you. You were supposed to include both of them. I just corrected the previous faulty code that you had initially.
  10. Hi @datclaiborne Your H1 header font size is 28px currently for the desktop devices. If you want all of your desired titles to look the same on every page then you can add the following CSS: #logo .logo.site-title, .eventlist-title .eventlist-title-link , .eventitem-column-meta .eventitem-title { font-family: proxima-nova !important; font-weight: 700 !important; font-style: normal !important; font-size: 28px !important; line-height: 1.2 !important; }
  11. Hi @Miicherey The button can be added using custom code or editing the template since you have v7.0. Once added to the page then it can be placed at the exact place you wanted.
  12. In that case, here is the corrected version for that block: <script> jQuery(document).ready(function($) { $('section.ProductItem-additional').insertAfter('.ProductItem-details .sqs-add-to-cart-button-wrapper'); }); </script> Please let me know if you need further help.
  13. Hi @Cristina_VersoVisual, Please remove these lines. You've a syntax error here. Please let me know if it works after that.
  14. You're quite close. Here's the jQuery code with updated selector: jQuery(document).ready(function($){ $('section.reviewsSection').insertAfter('.ProductItem-details .sqs-add-to-cart-button-wrapper'); }) The result:
  15. It's possible to place the language switcher beside the burger menu using custom CSS. Here's a demo:
  16. Adding an image among your store products and having it navigate to your books page can be achieved with custom code. I can help you achieve that feature in Squarespace.
  17. This can be achieved with custom coding and Google Apps Script integration which then can be integrated with Google Services, Zapier, Squarespace form submitter list, HubSpot CRM etc. Also, this method is cost friendly compared to Typeform or Jotform. Though you'll need a good web developer but this will give you much more control over everything.
×
×
  • 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.