All things Shopify and commerce
How do I go about getting my images in the multicolumn clickable on the spotlight theme? I see other threads about this but pertaining to the other themes. If possible, please include pictures of how to do this. Thanks in advance.
Solved! Go to the solution
This is an accepted solution.
@jladi90 Please follow below steps to make images clickable in multicolumn on spotlight theme,
<a {% if block.settings.link == blank %} role="link" aria-disabled="true" {% else %} href="{{ block.settings.link }}" {% endif %} >
</a>
.multicolumn-card a:not([href]) {
cursor: auto;
}
This is an accepted solution.
@jladi90 Please follow below steps to make images clickable in multicolumn on spotlight theme,
<a {% if block.settings.link == blank %} role="link" aria-disabled="true" {% else %} href="{{ block.settings.link }}" {% endif %} >
</a>
.multicolumn-card a:not([href]) {
cursor: auto;
}
Thank you so much. It worked!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024