No content to show
User Activity
Hello @albestudios Go to Online store -> Themes -> Edit code, and locate this file /assets/section-main-product.css.Then find this piece of code on line 1278:.product-media-container {
--aspect-ratio: var(--preview-ratio);
--ratio-percent: calc(1...
03-19-2025
Hello @WbcDevs Can you please share your store URL so I can check this? Also, can you provide a screenshot of the Buy Now button you are referring to?
Hello @Lnnya The Trade theme has an option to show the cart in a drawer. Just go to Online store -> Themes -> Edit code and then go to Theme settings -> Cart. The first option is the Type, where you can choose between Drawer, Page, or Popup notificat...
Hello, The products in the admin area are split into 50 products per page, this is how Shopify shows them and there isn't a way to change this.To view the number of all products in your store, you just need to open this link https://admin.shopify.co...
Hello @Ulysse1234 I see you are using the Dawn theme and I assume the dropdowns use the Collapsible row block in your main product section. If this is the case, there's an option for Row content there which controls the text: Can you please check th...
Hi @INFRA Do you know in which exact theme file is the code for this section? If you know, you can change the text from there. Just locate the add-to-cart-btn class in the file and find the child element that holds the text.Let me know if you need an...
02-05-2025
Hello @phonechase I see that your slider has a total of 28 slides. Which means that the dots should also be 28 so they match the exact number of slides. Can you please clarify what exactly you wish to achieve here?
02-05-2025
Hello @NikosBat Thank you for sharing the details. It seems that the stars are added as text and they are part of the same element as the title. Which means that there isn't a good way to split them into a separate row.Do you manually add the text fo...
02-05-2025
Hello @NikosBat Can you please share your store URL so I can look into this? If the store is password-protected, please share the store password as well.
02-04-2025
Hello @Kode88TestingAc Yes, this is doable without a custom app, it can be achieved with a combination of Liquid and Javascript. However, it is not a very straightforward job.I assume you'll use a developer or a company to migrate your store to Shopi...
Hello @Lars_Veldman Without the store URL, I can only give you brief instructions and depending on the code structure, they might not work properly.Start by adding some CSS for the SALE badge. Find the CSS file where the badge is styled, and add thes...
Hello @Sivadarshan If the theme doesn't have a setting for modifying the color of the header items, then you'll have to make some code modifications.Go to Online store -> Themes -> Edit code and open this file: site-header.css. Locate this piece of c...
02-04-2025
Hello @weebySagar You can't make this field required in the customize area. However, you can render the desired element only if this text field has value.To do this, just go to the element you are rendering and wrap it in an if-statement:{% if sectio...
Hello @BellesandBells If you want to completely remove this underline from all buttons, you can just remove the code from the theme.css file.Go to Online store -> Themes -> Edit code, and then open the theme.css file. Find this piece of code in the f...
Hello @taimanov This probably happens because the image wrapper has some paddings and margins around it. To remove these, you need to go to Online store -> Themes -> Edit code. Then open this file: section-multicolumn.css.Locate this code: .multicol...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
94 | 03-19-2025 06:12 AM | |
304 | 02-03-2025 07:23 AM | |
270 | 01-29-2025 08:30 AM | |
113 | 01-29-2025 05:06 AM | |
136 | 01-29-2025 04:17 AM |