adding spaces and remove decoration on a class

Hi,

I have this website:

https://weddingsbystephanie.com/

password 9802

I would like to remove the class decoration added in the section that is a custom liquid (the collections, below main banner). I tried adding the code style="text-decoration: none; after image source but it did not work, like this:

<img src=“https://cdn.shopify.com/s/files/1/0604/3372/7653/files/1_fd886d6f-a6b4-45f4-851d-8c102c9f971f.png?v=1644182833?v=1590085896%20width=style=“text-decoration: none;” width=“25%” alt=“”>
—this doesn’t work…

What am I doing wrong?

In addition, I would like to add some padding between the images, so they are not so close to each other.

How do I go about this?

Thanks for your help.

1 Like

@urbantis

can you please share issue images?

Image attached, the decoration is the line between the images, and I would like to have more space of separation between the images. Thanks for taking the time to look at it.

1 Like

@urbantis

sorry i can’t see

can you please upload here

https://pasteboard.co/

https://ibb.co/9GmRGK2

Thanks

1 Like

@urbantis ,

please add this CSS to your theme

section#shopify-section-template--15324923494565__164422661394643b2a a img{
    padding: 8px;
}
a{
    text-decoration: none !important;
}

Thanks!

1 Like

@urbantis

yes, please try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
a {text-decoration: none !important;}
1 Like

Brilliant, how can I add some space between the same squares? so they are not so close to each other

Thanks a lot.

1 Like

@urbantis

its my pleasure to help us