A user seeks customization help for the Studio theme’s multicolumn section on their homepage, which currently links to various collections.
Primary requests:
Move the link overlay onto the image instead of below it
Change images on hover
Extend only this section to full page width without affecting other homepage sections
Solutions provided:
Two community members offered CSS code snippets to:
Position links as overlays on images using position: absolute
Expand the multicolumn section to full width with max-width: 100%
Change link text color to white for visibility
For the hover image effect, one responder provided detailed steps including:
Uploading alternate images to Shopify Files
Adding Liquid code with conditional logic based on card index
CSS to toggle image visibility on hover
Current status:
The initial solution worked successfully. The user now requests help centering the link within the image/column but hasn’t yet received guidance on this adjustment.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.
i am using the multicolumn section on my homepage to link to various collections. However I’d like the link to be over (on the image) the image instead of below. What’s the best way to do this?
Also would like to change the image on hover, how would I go about doing that?
and is there a way to extend this section ONLY to the full width of the page? WITHOUT changing how the other sections of the homepage are?
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
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:
Add the images you want to display on hover.
Example:
Open the Shopify Settings > Files section.
Upload the images there.
Copy the image links for each card.
Step 2: Update the Code
Add the following Liquid code to the appropriate multicolumn section of your Shopify theme (likely in a custom multicolumn.liquid or similar file). Adjust the image links as needed.