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!
In Canada, payment processors, like those that provide payment processing services t...
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