SafeerAhmed
Explorer
Contact Me
Status
Offline
Last Activity
‎04-29-2025 03:56 PM
Topic Started
0
Topics Started
Topic Solutions
9
Solutions
Post Count
43
Posts
Post Kudos
11
Likes

Bio: Experienced Shopify developer specializing in custom Shopify solutions, speed optimization, and eCommerce success. Passionate about helping businesses...

Community Badges

No content to show

User Activity

what's your website url?
can you share the preview link  and password ( if Any )
Hey,search for questions.liquid and paste it or paste it in theme.liquid just before the closing </body> tag<script> const faqs = document.querySelectorAll('details'); faqs.forEach((faq) => { faq.addEventListener('click', function() { faq...
You can create a landing page and replace the menu with one specific. You’ll need to either use a page builder app (Replo, Pagefly etc) or customize the theme code to change the header/menu only on these pages using liquid conditional tags. This keep...
can you share your theme.liquid file? or me the file
try uploading them from admin dashboard > content > file > upload fonts now copy the link and add this in your theme.liquid head<style> @font-face{ font-family:'font name'; src:url('font url'); } </style>
I had the exact same issue while developing a store for my client, though I solved it using a paid app called VIM: Variant Image Module.
can you please share the preview link and password(if any)
remove this code from assets/custom.css.card-wrapper .card, .card-wrapper .card .card__media {border-radius: 24px; }
Sure add this too.header__inline-menu ul.list-menu{ padding-right:50px; } .header-wrapper .page-width{ max-width:100%!important; }
can you please share the screenshot of the file where you paste the code
Hey go to customize>Theme settings> Layout and set the page width to 1500 to 1600pxthen add this code in assets/base.cssnav.header__inline-menu { position: absolute; top: 75%; width: 100%; left: 0; } a.header__heading-link { back...
can you please share the preview link and password( if any )
Add this too!.header__icon, .header__icon--cart .icon{ text-decoration:none!important; } summary.header__icon.header__icon--search :before,a#cart-icon-bubble:before { font-family: var(--font-heading-family) !important; }
Hey, Add this code in assets/base.css or your custom css file summary.header__icon.header__icon--search :before { content: 'Search'; opacity: 1; font-size: 18px; margin-right: 40px; } summary.header__icon.header__icon--search svg { ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.