No content to show
User Activity
@technase,To enable your dropdown menu in the Dawn theme to open on hover instead of click, add the following CSS in your theme customizer (Online Store > Themes > Customize > Theme settings > Custom CSS):.header__menu-item .header__submenu {
displ...
06-20-2025
Your shipping shows $4.90 because Shopify treats the order as one package by default, regardless of quantity. It doesn’t support multiple box calculations unless you use a third-party app.Fix:Set accurate product weights in each product listing.Use r...
06-20-2025
@Ify3 ,Hi there, there are 3 methods.Option A: Link to a tracking service (e.g., AfterShip, 17Track), paidOption B: Custom Tracking Form in Shopify (if you know coding, you can do it)I'll share code if you are familiar. Thank you
06-10-2025
I also need the collaborator access code to fix this. so I can request access and resolve
06-10-2025
@NORDICWELLNESS Sticky Buy Now Button (No App Needed – Manual Code)Steps:Go to Online Store > Themes > Edit Code.Open theme.liquid (or base.liquid in some themes).Just before </body>, paste this code: <style> .sticky-buy-now { position: fixed; botto...
@INFRA You can absolutely achieve this by conditionally hiding the Add to Cart button and showing a "Notify me when available" button when the product is out of stock.Here’s a general method using Shopify Liquid: Steps (Product Template):Go to Onlin...
@wyldwear I wonder if you can provide me with your store collaborator access code, so I can access it and fix it at no cost.
@wyldwear This usually happens when the main menu’s z-index is too low, or the header is not set as position: relative or sticky, causing it to fall behind other elements on the page.Here’s a quick fix you can try by adding this CSS:.header-wrapper {...
@Desti Thanks for sharing the site. You're right — many of the product images appear bottom-aligned, likely because the actual image files have whitespace or inconsistent canvas sizes. This isn’t a CSS issue alone, but you can visually center images ...
06-09-2025
@Thetraveladdict wrote:Hi All, As you can see, the subtitles on my banners are a light white color. How can I change this to plain white so it will be easier to read? is this just simple to add below code in the css? or is it something different (not...
06-09-2025
@rxtap25 To move the product image above the text on your product page (instead of beside it), follow this fix: Best Fix (for Shopify 2.0 Themes like Dawn):Go to: Online Store > Themes > CustomizeOpen: Product pageLook for a setting like "Media Posit...
@jamest5764 To add Shelf Number and Bay Number to packing slips without displaying them to customers, your current approach using variant metafields is correct. However, the Shopify packing slip template (via Order Printer) has limited access to cert...
06-09-2025
@DE Thanks for bringing this up — Shopify has recently updated the admin product list view, and the "Vendor" column may now be hidden by default.You can re-enable it by clicking the column settings icon on the top right of the product list (usually l...
06-09-2025
@sjackson Thanks for sharing. I reviewed your store, and there is a need for a small tweak. I will do it at no cost for you. to do so I'll be needing the collaborator code to access your store. please share so I can request access
06-09-2025
@sjackson To add image-based popups triggered by text links on a collection page, you can achieve this by using a combination of HTML, CSS (for modal styling), and JavaScript (to handle popup behavior). You’ll insert the popup markup in the theme's c...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
699 | 06-08-2025 09:13 PM | |
765 | 06-04-2025 05:32 AM | |
912 | 06-02-2025 07:31 PM | |
854 | 06-02-2025 07:17 PM | |
792 | 06-02-2025 06:13 PM |