How to remove the border on homepage images with text in Dawn theme?

Hi,

Can you please help me remove the border on the image with text in the home page?

Link: https://reflej-r.myshopify.com/

Password: 12345

@jbvergara
Add below css into base.css file (online store->theme->asset->base.css)

.image-with-text__media.image-with-text__media--small.gradient.color-accent-1.global-media-settings.media {
    border: none !important;
}

Hello @jbvergara ,

It’s GemPages support team and glad to support you today.

I would like to give you a recommendation to support you so kindly follow steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

Thanks @GemPages @Ujjaval both of em work.

Hello @jbvergara ,

I am glad that my solution is helpful to you.

Best regards,
GemPages Support Team