Hi there,
I would love to be able to add dynamic URLs to my FAQ accordions. Every product has a different link, but currently, with my theme Focal, it’s not possible to add dynamic URLs, only dynamic single text, multi text, and integers.
Ideally it would be great to also add dynamic images too… But URL is my top priority.
Thank you!
Lucy
Hi @Lucypink7 ,
Please go to sections > faq.liquid file, in line 159 and change ‘richtext’ => ‘html’
Then you just need to edit the HTML and add the a tag to create the link, it will work fine.
Thank you. That would usually work, however, rich text allows us to connect the answers to the product’s metafields… Anyway around this?
Hi @Lucypink7 ,
Sorry for the confusion, if you want to add a link you can still use richtext.
Refer:
Hope it helps!