Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I have a 4 column multicolumn with 4 images and text on my home page. How can I make the images and text hyperlinks? Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hi @rjluna .
I apologize for the delayed response.
You are using the "Multicolumn" layout to display a list of products or collections.
To add hyperlinks to both the image and plain text, please follow these steps:
Ensure that you have added links to all columns.
Open your theme settings by navigating to "Customize" and then access the "multicolumn.liquid" file.
Add the following code as the image illustrates:
a) The image:
{% if block.settings.link != blank %} <a href="{{ block.settings.link}}"> {% endif %} ... {% if block.settings.link != blank %} </a> {% endif %}b) The plain text:
{% if block.settings.link != blank %} <a href="{{ block.settings.link}}" style="color: inherit; text-decoration: none;"> {% endif %} ... {% if block.settings.link != blank %} </a> {% endif %}
4. Save your changes and check the result.
I hope this helps you achieve the desired outcome. @rjluna
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hi @rjluna ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hi there, can you please help?
Ruben
Hi, is this possible? Thanks!
This is an accepted solution.
Hi @rjluna .
I apologize for the delayed response.
You are using the "Multicolumn" layout to display a list of products or collections.
To add hyperlinks to both the image and plain text, please follow these steps:
Ensure that you have added links to all columns.
Open your theme settings by navigating to "Customize" and then access the "multicolumn.liquid" file.
Add the following code as the image illustrates:
a) The image:
{% if block.settings.link != blank %} <a href="{{ block.settings.link}}"> {% endif %} ... {% if block.settings.link != blank %} </a> {% endif %}b) The plain text:
{% if block.settings.link != blank %} <a href="{{ block.settings.link}}" style="color: inherit; text-decoration: none;"> {% endif %} ... {% if block.settings.link != blank %} </a> {% endif %}
4. Save your changes and check the result.
I hope this helps you achieve the desired outcome. @rjluna
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Brilliant! This worked perfectly.
Thank you!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025