How can I remove the black border around my contact page image?

Hi,

I’d like to remove the black border round the text box on the image on the contact page of my website

It uses the Palo Alto theme

https://kitsack.store/pages/contact-us

PW: maulti

Any help is much appreciated

Thank you…

Hi @NolanFreebury .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file theme.css

.rich-text__content{
border: unset !important;
}

Hope this helps.

Best Regards;

Pagefly

Hi Pagefly,

That has worked great…

Thank you

Nolan