Re: How to remove border around icons in product description?

Solved

How to remove border around icons in product description?

IZT
New Member
4 0 0

Hi,  I have borders around my icons in the description of my product. Any idea how to remove them?image_2023-12-22_195016008.png

 

 

Accepted Solution (1)
niraj_patel
Shopify Partner
2378 514 512

This is an accepted solution.

Hello @IZT 

You can add code by following these steps to change ATC background color

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid


<style>

    .product .rte img {
        border: unset !important;
    }

</style>

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 6 (6)

niraj_patel
Shopify Partner
2378 514 512

Hello @IZT 
can you share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
IZT
New Member
4 0 0

shopify.com/store/a5e414-2

 

niraj_patel
Shopify Partner
2378 514 512

Hello @IZT 

 

techlyser_web_1-1703269113716.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
niraj_patel
Shopify Partner
2378 514 512

This is an accepted solution.

Hello @IZT 

You can add code by following these steps to change ATC background color

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid


<style>

    .product .rte img {
        border: unset !important;
    }

</style>

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
IZT
New Member
4 0 0

It worked, bless you ❤️