No content to show
User Activity
Hello everyone,I’m working on a Shopify app using the Remix template and implementing App Proxy. While everything works fine when returning liquid or json, I encounter an issue when trying to return a React component. Instead of rendering the compon...
11-28-2024
Hi,You can paste it at the very end of the base.css file.
Hi,Below, I have attached a screenshot from your CSV file and marked where the <p> tag should be replaced with <h1>.
Hi, you should replace the <p class="h1"> tag, which includes the page title, with <h1 class="h1"> in the "image-with-text" and "slideshow" sections. These sections can be found in the sections folder when you click "Edit Theme Code".
Hi,Here are the steps:1. Go to the Online Store.2. Click Edit code.3. Find the sinppets folder.4. Find the file named price.liquid5. Add the code below:
Hi,Here are the steps:1. Go to the Online Store.2. Click Edit code.3. Find the assets folder.4. Find the file named base.css5. Add the code below: @media (max-width: 749px) {
.badge {
font-size: 1rem;
padding: .4rem 0.9rem .5rem;
}
}
11-25-2024
Hi,Here are the steps:1. Go to the Online Store.2. Click Edit code.3. Find the assets folder.4. Find the file named theme.css5. Add the code below: .announcement-bar__item-inner {
line-height: 26px;
}
11-25-2024
Hi Alisha,Here are the steps:1. Go to the Online Store.2. Click Edit code.3. Find the assets folder.4. Find the file named base.css.5. Add the code below: .blog-articles__article .card--media .card__inner {
height: auto !important;
}
11-25-2024
Hi, I can help tidy up the bits you mentioned, add the Google widget, and even offer a monthly retainer service to keep your store updated and address any issues promptly. Let me know if you'd like to discuss your needs further.Looking forward to hea...
11-25-2024
Hi,You can try changing the title for the "All" collection. Here are the steps:1. Go to the Online Store.2. Click Edit code.3. Find the sections folder.4. Find the file named main-collection-banner.liquid.5. Replace the following code fragment:
11-24-2024
Hi,You should find this section and insert it into other pages in the Shopify theme editor.
Hi,message me privately and I'll make the change.
Hi,Try replacing the type: 'rich-text' in the sections with type: 'text'.
Hi,Here are the steps:1. Go to the Online Store.2. Click Edit code.3. Find the assets folder.4. Find the file named base.css.5. Add the code below: .locale-selectors__content .locale-selectors__selector {
max-width: 100vw !important;
} And delete yo...
Hi @mitzkovi1,Please remove the following code: <style>
html, body { overflow-x: hidden !important; }
</style> The issue is with the locale selectors in the footer.If you can customize this element(probably app), please set the style for: .loc...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
323 | 11-25-2024 04:24 PM | |
213 | 11-25-2024 03:45 PM | |
312 | 11-25-2024 03:26 PM | |
356 | 11-24-2024 03:07 PM | |
2021 | 09-12-2024 04:29 PM |