Re: Blog News white background on desktop

Solved

How do I remove the white background in the blog overview on Dawn 13.0.1?

Chriz21
Excursionist
21 0 4

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

Screenshot 2024-04-12 175440.png

https://jo88vvxzm774mhsj-73159377160.shopifypreview.com

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9847 2342 2937

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
9847 2342 2937

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:

Made4uoRibe_0-1712942199732.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Chriz21
Excursionist
21 0 4

Thanks for answer.

i have paste the code in the "base.css" the solution was the same:(

Screenshot 2024-04-12 202253.pngScreenshot 2024-04-12 202655.png

Chriz21
Excursionist
21 0 4

Does anyone else have a suggestion?

Made4uo-Ribe
Shopify Partner
9847 2342 2937

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Chriz21
Excursionist
21 0 4

yes is not work. Here are preview again. https://9shrrrgm83jv9vwq-73159377160.shopifypreview.com

Screenshot 2024-04-15 141951.pngScreenshot 2024-04-15 142019.png

Made4uo-Ribe
Shopify Partner
9847 2342 2937

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.