I need a guide to make multicolumn section open without link label

Solved

I need a guide to make multicolumn section open without link label

Anum990
Excursionist
19 0 5

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

 

Screenshot (19).png

Accepted Solution (1)

Vinsinfo
Shopify Partner
424 143 142

This is an accepted solution.

@Anum990 Please follow below steps to make multicolumn section open without link label,

 
1. From admin go to "Online Store" -> "Themes".
2. Click "Edit code" button from the current theme.
3. Go to "multicolumn.liquid" file.
4. Then search "multicolumn-list__item grid__item" in search bar.
5. Then paste the below code after the "li" like below attached image and then save changes.

 

<a {% if block.settings.link == blank %} role="link" aria-disabled="true" {% else %} href="{{ block.settings.link }}" {% endif %} class="multicolumn-link-list" >

 

Vinsinfo_0-1727356481743.png

 

6. Then search use the " </li>" in the same file in search field and paste the below code before the searched key word as like attached screenshot,

 

</a>

 

Vinsinfo_1-1727356512968.png

 

7. Go to "section-multicolumn.css" file and paste the below code in the bottom of the file and save the changes.

 

.multicolumn-link-list {
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}
.multicolumn-list__item a:not([href]) {
  cursor: auto;
}

 

 
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

View solution in original post

Replies 3 (3)

KuldeepKumar20
Shopify Partner
297 34 65

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

For Design, Development and custom changes Hire Me.
If your problem solved then Like & Accept this Solution.
Email ID: codermail30@gmail.com

Vinsinfo
Shopify Partner
424 143 142

This is an accepted solution.

@Anum990 Please follow below steps to make multicolumn section open without link label,

 
1. From admin go to "Online Store" -> "Themes".
2. Click "Edit code" button from the current theme.
3. Go to "multicolumn.liquid" file.
4. Then search "multicolumn-list__item grid__item" in search bar.
5. Then paste the below code after the "li" like below attached image and then save changes.

 

<a {% if block.settings.link == blank %} role="link" aria-disabled="true" {% else %} href="{{ block.settings.link }}" {% endif %} class="multicolumn-link-list" >

 

Vinsinfo_0-1727356481743.png

 

6. Then search use the " </li>" in the same file in search field and paste the below code before the searched key word as like attached screenshot,

 

</a>

 

Vinsinfo_1-1727356512968.png

 

7. Go to "section-multicolumn.css" file and paste the below code in the bottom of the file and save the changes.

 

.multicolumn-link-list {
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}
.multicolumn-list__item a:not([href]) {
  cursor: auto;
}

 

 
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support
Anum990
Excursionist
19 0 5

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