i want to remove padding here… & want to make background #F5F5F5 in instagram section
URL: https://themirage.store/
Topic summary
A user seeks to remove padding from a specific section and change the Instagram section background color to #F5F5F5.
Solutions Provided:
Two responders offered CSS-based fixes:
- Solution 1: Add custom CSS code in
theme.liquidfile above the</body>tag - Solution 2: Insert CSS code in
theme.liquidfile above the</head>tag
Both approaches involve:
- Navigating to Online Store → Edit Code
- Locating the
theme.liquidfile - Inserting custom CSS targeting the padding and background color
Note: The actual CSS code snippets appear corrupted or encoded in the original posts, but the methodology is clear. Screenshots were included to demonstrate the expected results.
Status: Solutions provided; awaiting user confirmation on which approach resolved the issue.
Hey @Emiway
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Emiway ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()

