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
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