For my site www.flavashack.co.uk I have added a custom image background, however now this is making all my product images also display a smaller version of this same background image and I just want them to be transparent.
Also the main image banner on my home page is displaying as transparent but has a weird grey opacity to it so any fixes for that too would be great.
@kroenhead the thing is you have given background image to gradient css class, this class is shared by main body as well as many sub sections on the page and hence every that section is showing this background image.
Where exactly do you want this background image? for main body only?
I want the background image all over the site, but just not as the backgrounds for my collection cards. right now it is double layering the images over each other where the products are
And then also on phone display the design isn’t continuous, as in there is a white bar at the top and bottom, is there a way to make the design seamless?
To make product image background transparent you can change the color value according to your requirement from inspect elements.
Run your store on browser > open inspect elements > go to the class “.card–standard.card–text a:after, .card–card .card__heading a:after” go to color picker and change the color.
Im sorry im not familiar with inspect elements. is there no way to do it through code? I managed to do it for my other store www.kroen.co.uk (Password: 3055SitesHUT) but having more issues with this site for some reason despite entering the same code (I think)