-
Posts
42 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by Bilash
-
Why is are my color changes not saving in my course 7.1?
Bilash replied to Callan's topic in Site Design & Styles
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: -
Mobile Announcement Bar Text is overlapping
Bilash replied to Nancygallardo562's topic in Customize with code
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; } } -
Mobile Announcement Bar Text is overlapping
Bilash replied to Nancygallardo562's topic in Customize with code
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; } } -
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.
- 1 reply
-
- accessibility
- api
-
(and 1 more)
Tagged with:
-
- 7 replies
-
- css
- custom-css
-
(and 2 more)
Tagged with:
-
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>
-
Hi @Yorgos Is it possible for you to share your page URL?
- 7 replies
-
- css
- custom-css
-
(and 2 more)
Tagged with:
-
Change font size for: Calendar and Events title
Bilash replied to KenNaka's topic in Fonts, colors and images
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; } -
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.
- 5 replies
-
- custom-css
- button
-
(and 1 more)
Tagged with:
-
Move language selector outside burger menu
Bilash replied to NatureSwim's topic in Customize with code
It's possible to place the language switcher beside the burger menu using custom CSS. Here's a demo: -
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.
-
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.