How to remove black border around image and text in Ride Theme?

Ride Theme

Hi there,

How do I get rid of the black border around the image and text section of my main page. I would like the whole section to correspond to the colour theme selected for this section rather than just the section surrounding the text.

Below is a link to my website.

https://thecoldtub.co.uk/

Thanks

Tiernan

Hey @Thecoldtub

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @Thecoldtub

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.image-with-text {

background: linear-gradient(46deg, rgba(52, 133, 236, 1) 25%, rgba(170, 248, 219, 1) 83%) !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Thanks so much Moeed, that worked great… However I’m trying a different colour scheme now and would like this border to be white… sorry but any chance you could help me get that? thanks