Why doesn't HTML work in multicolumn metafields?

Hi.

I am trying to use some basic HTML in the metafields to format the text in a multicolumn section but the HMTL doesn’t work.

The same HTML works well when in a metafield displayed in a collapsible section.

Anyone know why?

1 Like

@MaBa

can you please issue image?

also did you have this product page or collection or blog?

@MaBa

Not sure, but you try to add the key word “!important” after your css styling rule, for example

.banner--larga {
     min-height: 100vh !important; 
  }

My need is to have paragraphs or even s simple new line. Any idea how to do it?