No content to show
User Activity
hi @angpro ,I've tried this with a fresh app template but I couldn't get it to show on the translate and adapt app. But I had scala placementors app installed in my store and it picked up it's app blocks just fine. The translation also worked flawles...
08-19-2024
@emilyaugstudios. You can add the following code in your theme Custom CSS section.buy-buttons .button--outline {
width: 100px;//adjust this value according to your need
margin: auto;
} here is the output:
08-19-2024
You will need to apply the above css in the HTML element or CSS class of that element that you want to align center. We don't have access to your code that's why we can't tell you the exact name of the HTML element or css class.
08-18-2024
Hi @WeatherBeard . Can you please share your store URL?Flex theme is not available in shopify theme store so we couldn't install and check it.You will need to apply the following code to the container/parent element that holds each FAQ item..YOUR_CON...
Hi @ManuelH We have gone through your problem and found a solution. Solution:You can follow these steps to achieve your resultGo to online store->Edit code->theme.liquid fileAdd the bellow code in the bottom of the file above </body> tag<style>
a.he...
08-16-2024
Btw, in Trade theme, the page that contains the login page code is called "main-login.liquid". You need to update here according to the previous reply.Let us know if you need any help.
08-16-2024
Hi @svandervort. You can use the following link and image to achieve this. https://shopify.dev/docs/storefronts/themes/architecture/templates/customers-login so basically what you've to do is, in your code find the form with 'customer_login' and add...
HI @Opus_ecom But when we added a new product in my existence Order , It was shown both admin and storefront. But when i remove any product for the order then it was update in my admin but not in storefront customer order detail page.
Removing line items from an order updates the order on Shopify admin and calculates the price in the admin but the storefront does not update. Total price is also not in sync
Hi @jovany . You can use various apps from Shopify App Store to view your metafields.
08-08-2024
HI @manan123 Update your style code<style>
video {
width: 100% !importnat;
display: block;
margin: 0 auto;
}
.desktop-video {
display: none;
}
.mobile-video {
display: block;
}
/* Bildschirmgrößen über 992 Pixel */
@media (min-width: 992px) {
.des...
08-07-2024
Hi @middlebeats You can follow these step to achieve your resultGo to Online Store ->Edit code ->Theme.liquid file and then Add bellow code in the bottom of the file above </body> tag <style>
@media screen and (max-width: 767px) {
.copyright__conte...
08-07-2024
hi @TBS2023 ,You need to have a custom app installed in your store to add this functionality. The app will listen to any form submission from your online store and make necessary changes to the customer information in your store. Currently, I don't k...
Hi @TrendBlend. Seems like you've solved it already.
Hi @SweatFree We have gone through your problem and found a solution. Solution:You can follow these steps to achieve your resultGo to online store->Edit code->section-footer.css fileAnd add bellow code @media screen and(max-width:768){
.footer__...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
130 | 08-19-2024 08:29 AM | |
180 | 08-04-2024 04:37 AM | |
313 | 07-18-2024 01:34 AM | |
395 | 07-11-2024 07:30 AM | |
254 | 06-13-2024 01:11 AM |