Please add this code to page settings → Custom code → Footer area. Make sure to replace the BLOCKID with your block name, YOUR_COLOR with the color code, save and publish.
<style>
#BLOCKID .card-ul-element{
background: YOUR_COLOR;
}
</style>
Please add this code to page settings → Custom code → Footer area. Make sure to replace the BLOCKID with your block name, YOUR_COLOR with the color code, save and publish.
<style>
#BLOCKID .card-ul-element{
background: YOUR_COLOR;
}
</style>