How can I customize a Image with Text section?

How can I customize a Image with Text section?

CreatorTim
Navigator
471 1 71

Hey guys, I need help editing a single Image with Text section.

CreatorTim_0-1736628267375.png

 

I want to set the image to a square that’s 500x500px, and I want the text next to it to be 45px in size.

 

Here’s my store: https://1049xn-ya.myshopify.com/

 

Thanks a lot,
Tim

Replies 2 (2)

DaisyVo
Shopify Partner
4460 499 594

Hi @CreatorTim 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

 

@media screen and (min-width: 769px){
.image-with-text .image-with-text__media-item {
    width: 500px !important;
    height: 500px !important;
}
.image-with-text h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 45px !important;
}
}

 

 

Here is the result: image_720.png

 

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
CreatorTim
Navigator
471 1 71

Hey, I want these dimensions only for desktop, and for mobile I want:

  1. The image to be 331x331px.
  2. The font size to be 33px.

So how do I make it so the font is 45 and the image is 500x500px on desktop, and 331x331px with a font size of 33 on mobile?

 

Thank you so much!

Tim