Is there a way to code a hyperlink to text in an image slider module that has no rich text option?
@MFawns can you give us more information, link or screenshot?
Hello @MFawns
Thanks for reaching out. Good question, but
My question is
1) Create a custom module?
Ans: If yes. Use the link field.
{% set href = module.link_field.url.href %}{% if module.link_field.url.type is equalto "EMAIL_ADDRESS" %}{% set href = "mailto:" + href %}{% endif %}<a href="{{ href }}"{% if module.link_field.open_in_new_tab %}target="_blank"{% endif %}{% if module.link_field.rel %}rel="{{ module.link_field.rel }}"{% endif %}><!-- Image code here --></a>