Clickable Multicolumn Image in Refresh Theme without hiding Link Label

Solved

Clickable Multicolumn Image in Refresh Theme without hiding Link Label

CarGuruGeek98
Tourist
7 0 2

I followed the instructions found here

It almost solved my problem but if you look at the last response on the thread by @Mariamendez, it creates a space below the image. 

This space is simply the link label hidden, but it ruins the proportions of the website. 

Please help.

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10101 2398 3032

This is an accepted solution.

Hi @CarGuruGeek98 

 

Please follow the steps below. This method will only affect the section you are working so you can still use your multi-column for something else. 

 

1. From Admin page, go to Online Sore > Themes.
2. Choose the theme you want to edit and click the "Customize" button. This should open the theme editor.
3. Click your multi-column section. This should open the section settings.
4. Scroll down and click the "Custom css"
5. Paste the code below

.multicolumn-card__info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.multicolumn-card.content-container {
    position: relative;
}

 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 11 (11)

Moeed
Shopify Partner
7350 1992 2430

Hey @CarGuruGeek98 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


CarGuruGeek98
Tourist
7 0 2
Moeed
Shopify Partner
7350 1992 2430

Hey @CarGuruGeek98 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.page-width.section-template--18316348326117__multicolumn_HCgtHQ-padding.isolate.scroll-trigger.animate--slide-in {
    padding-bottom: 0 !important;
}
.multicolumn-card__info {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1728674573572.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


CarGuruGeek98
Tourist
7 0 2

It did not work. When you asked for the website, I had just reverted it back to original code. I have updated it to the correct code now. Can you check again?

Made4uo-Ribe
Shopify Partner
10101 2398 3032

Hi @CarGuruGeek98 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
CarGuruGeek98
Tourist
7 0 2
Made4uo-Ribe
Shopify Partner
10101 2398 3032

Thanks for the info, try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.section-template--18316348326117__multicolumn_HCgtHQ-padding .multicolumn-card__info {
    display: none !important;
}

 

  • And save. 
  • Result:
  • Made4uoRibe_0-1728675118744.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
CarGuruGeek98
Tourist
7 0 2

It did not work. The image is no longer clickable once I place that code.

Made4uo-Ribe
Shopify Partner
10101 2398 3032

This is an accepted solution.

Hi @CarGuruGeek98 

 

Please follow the steps below. This method will only affect the section you are working so you can still use your multi-column for something else. 

 

1. From Admin page, go to Online Sore > Themes.
2. Choose the theme you want to edit and click the "Customize" button. This should open the theme editor.
3. Click your multi-column section. This should open the section settings.
4. Scroll down and click the "Custom css"
5. Paste the code below

.multicolumn-card__info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.multicolumn-card.content-container {
    position: relative;
}

 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
CarGuruGeek98
Tourist
7 0 2

That worked perfectly, thank you!

Made4uo-Ribe
Shopify Partner
10101 2398 3032

Nice! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.