Here we can see that I have use the same string for the title and the background-color of the post, first post has a background-color set at: var(–primary-trans-40), meanwhile title change for the two other post, it’s the background color of the first post which get applied to all the posts.
About the status of…? If you apply styling inside a loop (e.g. on a class), it’s expectable that every element using that class gets the same styling, isn’t it?
What I don’t understand now is that, is the background color coming from ACF, or from the Bricks Builder loop. Because the attribute set will have to retrieve colours for various backgrounds from somewhere it has been stored.
I checked ACF and it has nowhere to set colours, like for taxonomies or fields. So how does that attribute get different colors for the query loop?
The author of the report (nickwe) has created an ACF color field for his posts and assigns a color to each post, which he then outputs within the loop via the style attribute.