Shopify themes, liquid, logos, and UX
Hello,
site: https://greentiger.co/
Could someone please help me with this? The white space here in the Refill section
About Us section - the white gap above and below the Sustainability
Hi @greentigershop you can follow the steps bellow
- Go to Edit code and find the asset folder in the left side and click Add a new asset
- Click the create a blank file tab and choose the extension css, and give the filename custom
- After that on the left side scroll up and find theme.liquid
- In the theme .liquid find this code {{ 'theme.css' | asset_url | stylesheet_tag: preload: true }}
- Add this code below the theme.css
{{ 'custom.css' | asset_url | stylesheet_tag: preload: true }}
- Click save button on the top right
- Go to the custom.css file
- Add the code below on the custom.css file
.index-section {
margin: 0 0 !important;
padding: 40px 0;
}
@media only screen and (min-width: 769px) {
.index-section {
margin: 0 0 !important;
padding: 75px 0;
}
}
- Click save on the top right
@aldy-expatify I did not find the code {{ 'theme.css' | asset_url | stylesheet_tag: preload: true }} in the theme.liquid style. Any ideas?
@greentigershop you can put the {{ 'custom.css' | asset_url | stylesheet_tag: preload: true }} before the </head>
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025