No content to show
User Activity
Hi @ompee1978 ,You may check Shopify documentation https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-vintage-themes/add-credit-card-icons
02-02-2025
Hi @Unknowndev234 ,First get into theme code Click Edit Code => Search "base.css" => then at the top inside this file paste the code .chat-widget {
background-color: #fff !important;
border-radius: 50% !important;
}
.chat-icon {
backgroun...
Yeah you are right but this not the correct way but yeah you can use.
You can keep header only static/fixed while scrolling up so that when you scrolling down header stay hidden.
Yes no worries I will check.
Sure replace this code with new code .shopify-section-group-footer-group {
position: absolute;
bottom: 2%;
background: transparent;
display: flex;
justify-content: center;
width: 100%;
}
@gmuink ,You can also add this line of code .footer__content-bottom.scroll-trigger.animate--slide-in {
opacity: 1 !important;
}
Yes here showing
Hi @maers,For this you should hire a developer who can edit the code and make sure it's fit exactly your demand.
I think this is what you expected?
Found the issue So the svg you have added,there you need to add this class="icon",like this <svg class="icon" just add this inside svg tag anfter <svg ....here
Sorry for a silly mistake,replace this number with 2%(i have marked)
Hi @Chrystel078 ,Edit code => at the top inside "theme.css" file paste the code product-gallery.product-gallery {
position: sticky;
top: 0;
}
Hey no worries you just keep my code inside the theme,then i am gonna sort it out right away.
Hi @gmuink ,Let's try this code Edit code => Search this file "section-footer.css" => then at top paste this code .footer {
background: transparent;
}
.shopify-section-group-footer-group {
position: absolute;
bottom: -108%;
backgroun...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
393 | 02-01-2025 10:48 AM | |
142 | 02-01-2025 10:27 AM | |
208 | 02-01-2025 10:14 AM | |
150 | 02-01-2025 05:56 AM | |
95 | 01-30-2025 03:27 PM |