A space to discuss online store customization, theme development, and Liquid templating.
Hallo
I am at the moment building my webshop. Now, I try to make some pages for descriptions of my company. Here it seems that when I upload pictures, Shopify makes som grey boxes/edges around my pictures. This is annoying and I don't want it. No matter if the pictures has transparent background or not, this happens.
How do I stop this from happening? Please be aware that I am 100% n00b and not at all used to doing much at a computer, so, when you reply, expect that my knowledge of technical expressions and usage is at a minimum. thank you a lot!!! 🙏
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.rte img {
border: none;
}
And Save.
Let me know if you have trouble with instruction.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @jnhgs
Would you mind to share your store URL? Thanks!
Hallo
I just send you the link in an URL.
Thanks 🙏
This is an accepted solution.
Thanks for the info, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.rte img {
border: none;
}
And Save.
Let me know if you have trouble with instruction.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This works - beautiful!!! Thank you so much 🙏🙏🙏