How to make my text in footer clickable - Simple Theme

Hey,

I’m trying to make my email address in my footer clickable.

I’ve tried to do this but it doesn’t look like it’s rich text, so if this isn’t possible, how do I change the text block to rich text?

wozkat.myshopify.com
password: creoff

You can see in the last block what I’m trying to do. Any help would be appreciated!

Thanks

@al3cuz - to change block to rich text schema needs to be edited, so will need to check footer section file if it has this schema and you can check it from there.

1 Like

@suyash1 I can see in the schema that rich text is there. This is line 31-37, does something need to be edited here?

{% when ‘text’ %}

{% if block.settings.title %}

{{ block.settings.title | escape }}

{% endif %}
{{ block.settings.richtext }}

@al3cuz - not here actually, but in the schema section, you can see line {{ block.settings.richtext }} - which shows that this section is richtext but not working with html, so I think you need to change its type to html

Give this a Try

Contact Us webmaster@example.com

@suyash1 Would you have an idea as to how to change it to html?

@SCOTT001 Thanks Scott, didn’t work :disappointed_face:

@al3cuz - can you please add me as collaborator? I will check it, I can send you request

@suyash1 Done, thanks! :slightly_smiling_face:

@al3cuz - thanks, checking it now

@al3cuz - please check your footer now and you can change it from footer section in customize, sorry it took bit longer than expected.

Thank you heaps @suyash1 . Legend. I can write in HTML now :slightly_smiling_face:

I’ve updated it but the lines seem a bit off, it starts lower compared to the other sections. Would you have an idea how to level that out?

@al3cuz - please clear cache and check now

You’re amazing mate!

Thanks heaps for the assistance. I appreciate it! It’s perfect now :slightly_smiling_face:

1 Like

@al3cuz - please check PM and can you please accept solution on this thread?