Liquid rendering problem

liquid rendering problem

Hey @react-beginer

{{ block.settings.color_background }} is the right approach, is just needs to be used in a block iteration:

{%- for block in section.blocks -%}
  {{  block.settings.color_background }}
{%- endfor -%}

I introduced CSS but why doesn’t it work? Waiting online, very anxious