Shopify themes, liquid, logos, and UX
hi everyone, I'm desperately trying to remove the white background in the blog overview. I have already tried all possible CSS codes. Does anyone have a tip for me?
Theme: Dawn 13.0.1
https://jo88vvxzm774mhsj-73159377160.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Please, check the other instruction.
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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
.main-blog.page-width.section-template--19447839850760__main-padding {
max-width: 100%;
}
</style>
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Chriz21
Check this one.
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:
.main-blog.page-width.section-template--19258194297096__main-padding {
max-width: 100%;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks for answer.
i have paste the code in the "base.css" the solution was the same:(
Does anyone else have a suggestion?
It is not working? the preview are expire, would you mind to share another? Seems like your base.css have more } without a partner. Can i take a look again. Thanks!
yes is not work. Here are preview again. https://9shrrrgm83jv9vwq-73159377160.shopifypreview.com
This is an accepted solution.
Please, check the other instruction.
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 "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
.main-blog.page-width.section-template--19447839850760__main-padding {
max-width: 100%;
}
</style>
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey 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, 2025