How can I place a header and description on an image CTA using the Dawn theme?

I’m trying put my header and description on top of an image as a CTA but currently I can only have it under the image using the Multicolumn block. Is there a work around for this? The design I want to achieve is below:

This is how it looks in the theme editor right now:

I am currently using the Dawn theme.

Thanks in advance :slightly_smiling_face:

Hello @victorying

To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled )?

Thank you and hope to hear from you.
Best regards,
GemPages Support Team

Hi! The url is https://www.killercondiments.com.au/

There’s no password

Hi @victorying

Thanks for your reply. Kindly follow steps below:

  1. Go to your Online store > Themes > Edit code
  2. Open your theme.liquid file
  3. Paste the below code before

I hope the above is useful to you.
Best regards,
GemPages Support Team

Hi @victorying ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

#shopify-section-template--16039232700589__b10f152a-043a-4315-850f-0054bb070e7c .multicolumn-card__info {
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

Hope it helps!

Thank you so much!

Thank you so much! I will probably use your solution but both solutions work well :slightly_smiling_face: