Shopify themes, liquid, logos, and UX
Hello, I need a guidance on my store where i m trying to open multicolumn section without link label trying just with link bcause its not looking nice My store link: Barakahcloset.com
I want my multicolumn same like this website:lulusar.com
Check this screen shot of my store
Solved! Go to the solution
This is an accepted solution.
@Anum990 Please follow below steps to make multicolumn section open without link label,
<a {% if block.settings.link == blank %} role="link" aria-disabled="true" {% else %} href="{{ block.settings.link }}" {% endif %} class="multicolumn-link-list" >
</a>
.multicolumn-link-list {
text-decoration: none;
color: rgba(var(--color-foreground), 0.75);
}
.multicolumn-list__item a:not([href]) {
cursor: auto;
}
Hi @Anum990 ,
You need to some customization in the liquid file.
I have checked in the reference they are using the swiper slider for the section.
Thanks
This is an accepted solution.
@Anum990 Please follow below steps to make multicolumn section open without link label,
<a {% if block.settings.link == blank %} role="link" aria-disabled="true" {% else %} href="{{ block.settings.link }}" {% endif %} class="multicolumn-link-list" >
</a>
.multicolumn-link-list {
text-decoration: none;
color: rgba(var(--color-foreground), 0.75);
}
.multicolumn-list__item a:not([href]) {
cursor: auto;
}
Its working Thanks a lot I appreciate your effort , will you help me more with pagination style of my store if you don't mint
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025