Shopify themes, liquid, logos, and UX
Hello,
I am discovering liquid files and I try to custom the dawn theme but I cannot do any modifications in the image-with-text.liquid file...
To illustrate with an exemple I want to change the default text when we create the component (dw for the CSS I was just making some tests)
So I went to the part of the liquid file to change the text :
But when I replace the paragraph by other text the modification doesn't occur when I create a new component.
My main goal was to custom the way image size are calculated but I cannot make any tests...
Even adding a H1 HTML tag doesn't work.
I am sure to modify the right theme, I am getting wrong with how liquid works but I don't understand why 😴
Solved! Go to the solution
This is an accepted solution.
Well after a good night i figured out what's the problem, the code isn't factorised.
I wasn't really manipulating the image-with-text component but the multirow component. And the multirow just duplicated the code of the image-with-text so I couldn't see the modification. But it uses the same css file that's why I was confused !
This is an accepted solution.
Well after a good night i figured out what's the problem, the code isn't factorised.
I wasn't really manipulating the image-with-text component but the multirow component. And the multirow just duplicated the code of the image-with-text so I couldn't see the modification. But it uses the same css file that's why I was confused !
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024