No content to show

User Activity

Is there an article that walks through how to upgrade a current theme to Dawn 8.0 version?I know Shopify has a tutorial on how to upgrade to 2.0, but I cant find anything like this for the lastest Dawn 8.0 version
@JamesMichael you may want to checkout Flippa https://flippa.com/I personally have not sold a business before, but I have browsed their catalog and it seems like it can be a good resource for what your looking for
@RENE- you can add this css declaration to handle dark-mode settings@media (prefers-color-scheme: dark) { /* your code here */ }Here is an article that goes into in detail:https://css-tricks.com/dark-modes-with-css/
this is likely happening because the each section has a margin definition. So when you're using two different sections (Rich text and Reviews) there is an expected margin gap.In order to adjust it, you can either change your css code, or as a better ...
@timbroo can you elaborate on what you changed within the depthpacking specifically? Do you have some documentation on how this can be achieved in three.js? I'm looking on three.js documentation , but I am not finding it
you want to paste your code snippet within the <div> element where you want it showing. for example<div class="footer-text tablet-6 mobile-3 footer-sect"> <a href="https://www.shopify.com/security/pci-compliant?utm_medium=shop&utm_source=secure" titl...
whats the website url?
your code snippet is pulling the image here (currently using featured image). src="{{ line.product.featured_image | product_img_url: 'medium' }}" try this src="{{ line.image | product_img_url: 'medium' }}" final code would be<td class="kmImageContent...
@Jameswee Your code is referencing a file that does not exist in your project.In order to get rid of the error, you have to1. remove the reference for that cm-product-buttons.liquid2. create the file cm-products-button.liquid and define the html and ...
The best free theme you can have right now is Dawn. This is considered a 2.0 theme in Shopify and has much more customization features than pre 2.0 (like Debut). You may not be able to click and drag text block components as easy as Elementor, but Da...
@CB88 you are on the right track. You would want to create a new Product Template for each new look you want to achieve. If you are working on a 2.0 theme, you will have a lot of flexibility to add/remove components from each new Product page templat...
@urbandecor the solution shared above was very close to what you want to achieve. I would make the following adjustments1. In your Admin page, go to Online store > Themes2. Choose the theme you want to edit then click Actions > Edit code3. Open the t...
ok in that case I don't have access to their specific code. I wont be able to give you file names to reference but I can share the overall process to follow1. Open Edit Code2. Under the Sections folder, look for the footer file (usually footer.liquid...
@kbuzz what theme are you working in?
@Jordan201 to do this, you will have to go into the liquid code and find all references of "{{ page.title }}" and remove it.https://shopify.dev/api/liquid/objects/page?shpxid=826977a0-16F2-4F0C-17C8-5682116935DA#page-titleIf you want to delete it fro...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.