-
Posts
42 -
Joined
-
Last visited
Personal Information
- Website
-
Location
Bangladesh
Recent Profile Visitors
579 profile views
Bilash's Achievements
-
Bilash reacted to a post in a topic: Add to cart not working on Mobile
-
Bilash reacted to a post in a topic: Need mobile navigation links to jump to the same place as desktop
-
Bilash reacted to a post in a topic: Limited availability label Image Overlay
-
grimm reacted to a post in a topic: adding car query api
-
tuanphan reacted to a post in a topic: Why is are my color changes not saving in my course 7.1?
-
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; } } -
Bilash changed their profile photo
-
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:
-
tuanphan reacted to a post in a topic: Change font size for: Calendar and Events title
-
Yorgos reacted to a post in a topic: How to prevent image cropping on product detail page on mobile devices.
-
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: