NO BUG: Bricks Settings custom css not working with latest version

In the older version was working great, but after update to 1.10.3 in the Bricks > Settings > Custom code > css not working.

I have test my css code like put into the page editor css code element and paste my css. After turned on execute code toggle, my css Fx is working.

So I think it is a bug in latest Bricks version. (So, in the past about 3 day ago worked to me!)


Hey @simplecreative,

I just tested this on my local install and it still works :thinking:


Is is possible that this heading is not a link, so there is no a tag?
And, did you check the frontend, is that class applied?
You can also check if the custom CSS gets loaded (it should), but you can set something like this and all pages should be red. Then you will easily see if it’s loaded or not.

*{
    background-color:red;
}

Best regards,
M

Hi!

Sorry for the lately reply. I think it was just an sever side php cache error. Now its working again, but I’m testing it again sometimes.

Hi,

Thank you for confirmation. I’ll then mark the topic as a no-bug. But if it happens again, please let me know.

Thanks.
Matej