Hey, we are new to Shopify and currently customizing our there, we have it 95% complete but one thing we are struggling with is that on the home page there is a custom html black, inside the block we have 50/50 sections, one is text and one side should be an image. We have uploaded the image and selected it like normal however it is not showing up in the image block. Can anyone give us some tips on what else we can try to get the image to show on the home page. Thanks
2 Likes
Could you link the site?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Thanks for the reply.
Here is a preview link: https://qen1bru9o0ei6cnt-66287468773.shopifypreview.com
As you can see on the right we have text ‘whats your ride’?
To the left of that text we inserted an image box and tried to upload the image but it is not showing on the home page?
Hi @UKBiker
1: Online store > themes > Actions > Edit code > Assets > theme.scss.liquid
2: paste code at last
#shopify-section-1633365231461b364e .custom-section__cover+.container .grid__item-inner.grid__item-inner--image {
display: block;
}
1 Like
Thank you very much That has worked.
1 Like