NO BUG: All background colors missing in frontend after update

Browser: Chrome 110
OS: Windows
Video: https://youtu.be/EWdZp43ekHs

I updated to v1-11-1-1 today (I think previously I had v1-9) and for some reason all background colors on all elements (even on the footer and header) stopped working. They still show in the editor (like the purple background for the footer) but on the frontend every background is just white.

Can someone please help? I really don’t know how to solve this.

Hello @Raphael,

I’ve checked your styles and I see this part inside them (add_image_size( '1x1-crop-240px', 240, 240, true );
As this is not valid CSS, it breaks it. You will need to search where you have this one, and remove it, then it will work. I wold first check in the Theme Styles → Links control.

I also marked this topic as no bug, since it does not look like a Bricks bug.

Thank you and let me know,
Matej

Thank you for your reply!

You’re totally right, I remember now changing the child theme about a year ago. I edited the functions.php in the bricks child theme folder and added the code I found in this thread to add custom image cropping:

So I think you’re right that this might cause the issue, for some reason I’m not able to fix it though. I deleted the code from the child theme and also deleted the child theme altogether but the issue is still there :confused:

I’m using FileZilla to change the files, but it didn’t seem to update deleting the child theme on the Wordpress dashboard so I deleted it on the dashboard aswell.

I didn’t add the CSS in the Theme Styles → Links control like you mentioned btw, just in the functions.php of the child theme.

When I check in the image selection, the custom cropping I added is still there… For some reason I’m not able to remove it. Do you have any suggestions?
Screenshot 2024-12-30 111239

Hey.
I don’t think the issue is in the child theme. I think you copy-pasted this in some CSS selector, and now the CSS is rendering wrongly.
But if you can’t figure it out, would it be possible to create a staging website if you don’t have it yet (so that we don’t break your live page), and then can you send temporary login credentials to your test/staging website and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase, so we can take a look?

Thank you,
Matej

I found the issue. I totally missed that I added this code in the Bricks settings:

Apparently I inserted the CSS in different locations and forgot about it.

Thank you very much for your help, everything is working correctly now! :slight_smile:

Oh yeah, that’s it :slight_smile: Thank for reporting back and I’m happy that it’s solved now :slight_smile:

Matej