No content to show
User Activity
04-14-2025
what's your website url?
04-14-2025
can you share the preview link and password ( if Any )
04-14-2025
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...
04-14-2025
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>
04-07-2025
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.
04-07-2025
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; }
04-04-2025
Sure add this too.header__inline-menu ul.list-menu{
padding-right:50px;
}
.header-wrapper .page-width{
max-width:100%!important;
}
04-04-2025
can you please share the screenshot of the file where you paste the code
04-04-2025
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...
04-04-2025
can you please share the preview link and password( if any )
04-04-2025
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;
}
04-04-2025
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
Subject | Views | Posted |
---|---|---|
638 | 04-04-2025 07:31 PM | |
769 | 04-04-2025 06:20 PM | |
709 | 04-04-2025 03:57 PM | |
1125 | 04-03-2025 06:14 PM | |
407 | 03-25-2025 04:40 PM |