All things Shopify and commerce
Hello guys, how can I move this Titel above my image?
Hi @NikosBat
Please follow these steps to implement the requested changes:
Add Custom Liquid
Navigate to the desired section and add the following Custom Liquid code as shown in this screenshot:
https://prnt.sc/kKGuTCoa21EU
Insert the Code Below
Add the following code to the designated section, where you can modify the text as needed:
<div id="custom-text" class="page-width" style="font-size: 42px; text-align: center; color: black;">
Image with text
</div>
Refer to this screenshot for guidance:
https://prnt.sc/dtAa2pki22z3
3. Add CSS to theme.liquid
Insert the following CSS code before the closing </head> tag in your theme.liquid file:
{% style %}
#custom-text {
display: none;
}
@media screen and (max-width: 768px) {
#custom-text {
display: block !important;
}
section.shopify-section:has(div#custom-text) + div h2.image-with-text__heading {
display: none !important;
}
}
{% endstyle %}
Result
Once implemented, the final result should look like this:
https://prnt.sc/Ev7_RwBsNfkI
I hope this helps
Best,
Daisy
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024