Dec 16, 2021
I am working an app that requires multiple payment extensions to be accessible. I see there is a limit of 1 payment extensions per app, is there any way to get access to multiple payments extensions ...
No content to show
User Activity
Hey there,Unfortunately the way Amelia mentioned would not work being that you are trying to duplicate the home page.I went ahead and did a short write up on my site around how to backup / migrate your home page if you'd like to see here: https://inn...
Definitely, that’s why on mine I do background-size: contain;it should make the image not blow out of proportion.
My apologies, please update to this: .newsletter__wrapper.color-scheme-1 {
background: url('https://cdn.shopify.com/s/files/1/0822/3775/1645/files/MobileGear-newsletter.jpg?v=1711436464');
background-position: center center;
background-r...
This will add the background image and make the text white:.newsletter__wrapper.color-scheme-1 {
background: url('https://cdn.shopify.com/s/files/1/0822/3775/1645/files/MobileGear-newsletter.jpg?v=1711436464');
background-position: center;
...
And I notice the image is a little large so this might make it look a bit better for you:.newsletter__wrapper.color-scheme-1 {
background: url('https://cdn.shopify.com/s/files/1/0822/3775/1645/files/MobileGear-newsletter.jpg?v=1711436464');
b...
Hey there!You can add something like this: .newsletter__wrapper.color-scheme-1 {
background: url('https://cdn.shopify.com/s/files/1/0822/3775/1645/files/MobileGear-newsletter.jpg?v=1711436464');
}
03-26-2024
Hello there! What is the site URL?
02-23-2024
If so, you could do this, it would be the simplest and most static solution:Just add: .banner__box.content-container.content-container--full-width-mobile.color-scheme-4.gradient {margin: auto 0 0 0;} to the file: section-image-banner.cssMost likely l...
02-23-2024
Hello, are you talking about the "Shop All" button on the hero, sitting on top of the "shop 4 ur life" image?
You can do a little CSS possibly using `order`Can you link the page and show what element you are talking about?
There's 2 options there:
1. Reach out to the app developers and let them know their app causes conflicts because they import a version of jquery even though the theme you have already includes a version of jquery.
2. Modify the cart icon and the logi...
Heyo, I took a look and it seems it could be because of the easy product addons app. Reason is due to a secondary jquery script being loaded in by them. I believe when you click the cart icon it is basically switching it on/off quickly, like if you w...
02-18-2024
A couple of things just in the first few minutes. The quick buy button makes it so I can’t see the already small image of the productThe arrow to the buttons: the button itself isn’t clickable, only the text below. It looks like this should scroll b...
02-18-2024
hello! I’d be happy to look at your site and provide any recommendations. can you link it please?
Out of curiosity, is this also affecting the selling plan data from being returned on the cart transform function?I get null when querying for the selling plan data of a product using the cart transform function api, but when I try the same product w...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
498 | 05-04-2024 02:41 AM | |
704 | 02-23-2024 01:54 AM | |
5156 | 08-19-2023 03:41 PM |