al3cuz
July 26, 2021, 2:33am
1
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
al3cuz
July 26, 2021, 2:57am
3
@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
al3cuz
July 26, 2021, 3:23am
6
@suyash1 Would you have an idea as to how to change it to html?
@SCOTT001 Thanks Scott, didn’t work
@al3cuz - can you please add me as collaborator? I will check it, I can send you request
@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.
al3cuz
July 26, 2021, 4:30am
11
Thank you heaps @suyash1 . Legend. I can write in HTML now
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
al3cuz
July 26, 2021, 4:34am
13
You’re amazing mate!
Thanks heaps for the assistance. I appreciate it! It’s perfect now
1 Like
@al3cuz - please check PM and can you please accept solution on this thread?