Need Developer's Help for 1 Custom CSS Coding

woodbarrel
Visitor
2 0 0

I want to add an image on top of some text in image with text section of Dawn theme, Shopify. Please view the given image to get clear idea about what I'm trying to figure out here.

 

img.png

Replies 3 (3)
shreyhweb
Shopify Partner
536 95 97

@woodbarrel 

 

we don't understand what you want ? can you explain in details ?

Shreyh Soft Solutions | Shopify Partners | Ecommerce Solutions
- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
For fast communicate Whatsapp - +917440308339

- Please Follow our Linkedin - Shreyh Soft Solutions
NomtechSolution
Trailblazer
1245 111 139

ok for this first you have to open image-with-text file and then locate code of text and then add this code:

<div class="text-content">
  <img src="path/to/your/image.jpg" alt="Image Description">
  <h2>{{ section.settings.title }}</h2>
  <p>{{ section.settings.description }}</p>
</div>
Chat on WhatsApp: +923246370042
Need a Shopify developer? noumanmasood64@gmail.com
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
woodbarrel
Visitor
2 0 0

It doesn't work mate. Am using dawn theme. So can you give me the custom css code that can put on image-with-text section under theme customization to achieve this?