Move Titel above image

Move Titel above image

NikosBat
Excursionist
239 0 38

Hello guys, how can I move this Titel above my image? 

 

Bildschirmfoto 2024-12-28 um 17.34.29.png

Reply 1 (1)

DaisyVo
Shopify Partner
2668 322 372

Hi @NikosBat 

 

Please follow these steps to implement the requested changes:

  1. Add Custom Liquid
    Navigate to the desired section and add the following Custom Liquid code as shown in this screenshot:
    https://prnt.sc/kKGuTCoa21EU

  2. 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>  

 

 

 

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

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution