Collection Image background colour

Hi All.

I have inherited this site and it is heavy in custom code!

Someone has changed the collection image background colour and set the image to be opaque so it shows through the picture.

You can see the problem here:

https://www.randallscandles.co.uk/collections/ready-made-liquid-soap

I need to reset it but I cant find the code, any ideas?

Hello. Can you take a photo of the part you want to change? I’ll help you.

I need to get rid of this pink, it is on all collection pages with pictures.

Thanks for the help.

  • Here is the solution for you @Marc-RC
  • Please follow these steps:

  • Then find the style.min.css or theme.css, base.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.collection-bg:before {
     background-color: white !important;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Thank you very much.

That fixed the colour problem but the picture is still opaque so now the white background shows through.

Fixed with

opacity: 10%;

on the next line

If you need any help just let me know. Have a nice day @Marc-RC .