
Step 1:
Find the following code in footer.liquid file:
<img
src="{{ block.settings.image | image_url: width: 760 }}"
alt="{{ block.settings.image.alt | escape }}"
loading="lazy"
width="{{ block.settings.image.width }}"
height="{{ block.settings.image.height }}"
>
Add replace it with the following code above it:
<a href="{{ block.settings.link }}">
<img
src="{{ block.settings.image | image_url: width: 760 }}"
alt="{{ block.settings.image.alt | escape }}"
loading="lazy"
width="{{ block.settings.image.width }}"
height="{{ block.settings.image.height }}"
>
</a>
Step 2:
Find the following code in footer.liquid file:
"default": "center"
}
And replace it with the following code:
"default": "center"
},
{
"type": "url",
"id": "link",
"label": "Link"
}
![GPT-6 Astra + OpenCode - 3D WordPress Websites [This is INSANE]](/_astro/GPT-6%20Astra%20_%20OpenCode%20-%203D%20WordPress%20Websites%20_This%20is%20INSANE_.CFF0euP5_3Xbbj.webp)

.BWarpezF_8mBHH.webp)


