No content to show
User Activity
04-09-2025
Hello @faisalza If you want to build an app yourself, the Shopify App Store has many ready-made apps.You can easily convert those apps into Android and iOS apps.However, if you want to build a custom-coded app, then you’ll need to do some R&D on Shop...
Hello! @sahilsharma9515 Please follow these steps to add this CSS code:1. Go to your Online Store2. Click on "Themes"3. Select "Edit code"4. Open your CSS file. If you have a custom CSS file, open that instead.5. If you can't find your custom CSS fil...
04-09-2025
Hello! @Lcarey744 Please follow these steps to add this CSS code:1. Go to your Online Store2. Click on "Themes"3. Select "Edit code"4. Open your CSS file. If you have a custom CSS file, open that instead.5. If you can't find your custom CSS file, ope...
Hi @lloydroman If the solution presented meets your needs and effectively addresses your query, I encourage you to accept it as the chosen answer. This will acknowledge your support and aid fellow community members in identifying reliable and effecti...
Hi @Sivadarshan If the solution presented meets your needs and effectively addresses your query, I encourage you to accept it as the chosen answer. This will acknowledge your support and aid fellow community members in identifying reliable and effect...
03-28-2025
Hi @teebey To make a single product center instead of left aligned use the code below1. Go to your Online Store2. Click on "Themes"3. Select "Edit code"4. Open your CSS file. If you have a custom CSS file, open that instead.5. If you can't find your ...
Hi @lloydroman To add text over the image, use the code below ( Check screenshot )1. Go to your Online Store2. Click on "Themes"3. Select "Edit code"4. Open your CSS file. If you have a custom CSS file, open that instead.5. If you can't find your cus...
Hi @Sivadarshan To make herder transparent, use code below 1. Go to your Online Store2. Click on "Themes"3. Select "Edit code"4. Open your CSS file. If you have a custom CSS file, open it instead.5. If you can't find your custom CSS file, open "base....
Hello! @withaudette Please follow these steps to add this CSS code:1. Go to your Online Store2. Click on "Themes"3. Select "Edit code"4. Open your CSS file. If you have a custom CSS file, open that instead.5. If you can't find your custom CSS file, ...
Hey @withaudette Could you please share the store or page link? This will allow me to inspect it and provide you with a more tailored solution.
Hi @happify21 To translate the sorting option, you can check the default theme content translations on the Translate and Adapt app ( check the screenshot )
Hi @Theo_Bee I have added the app to my test store and also checked the app's documentation but unfortunately, there are no options to load images fast.
03-24-2025
Hi @ellacoker You can put this on base.css. If the solution presented meets your needs and effectively addresses your query, I encourage you to accept it as the chosen answer. This will acknowledge your support and aid fellow community members in ide...
Hi @diego-gk Here is the updated code<style>
.pswp__img, .pswp__container .pswp__zoom-wrap {
width: 100% !important;
height: 100% !important;
}
.pswp__zoom-wrap {
transition: unset !important;
transform: unset !important;
}
</style>
Hi @teatea Here is the updated CSS code:<style>
.meganav__link {
text-transform: uppercase;
}
.site-nav__item .meganav li a{
color: var(--header-menudroptexttitle);
text-decoration: none !important;
font-size: var(--menu_font_size);
...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
761 | 04-09-2025 01:31 AM | |
459 | 03-24-2025 01:14 AM | |
943 | 03-24-2025 12:57 AM | |
548 | 03-24-2025 12:33 AM | |
456 | 03-21-2025 08:19 AM |