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>
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025