I’m using the Refresh Theme and would like to be able to add the collection description to the slideshow section. I tried using metafields but the subheading field is a text field and I need it to be a rich text field. Problem…When I change the text field to richtext it causes an error
I tried changing the span tag to a p tag but it still didn’t work. I know I’m missing something. Can someone help with this?
You said you tried using metafields but what you’re posting looks like you’re trying to save {% schema %} settings. I’m guessing you’re editing something like this, you need to have the default wrapped in
tags:
{
"id": "subheading",
"type": "richtext",
"label": "Subheading",
"default": "
This is a default message that you can change in the customizer.
"
}
Hm, I’d need to see exactly what you’re doing. If you’d like you can send me a private message with a link to your store, I can request access and try to see what’s going on. Some thing’s I’ll need to know
Store url
The collection you’re trying to do this for
the page template you’re editing this on
I’ll only request access to the things I think I’ll need. When I get it figured out I’ll let you know what I did.