hi there,
i made an acf color picker field and wanna have a different background color for each post in the post archive page. i made all background colors transparent except the background for the post element.
i then added a background image upper layer color and did that element css:
$el .x-bg .x-bg-layer-upper-color {
background-color: {{dc:acf:field field="back_color"}} !important;
}
but now, the color for from the latest post is the color for all posts. how can i archive a seperate color for each post on the post archive page?
thanks in advance
cheers