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

Topic summary

A user seeks help removing the white background from their blog overview page in Shopify’s Dawn theme version 13.0.1, having unsuccessfully tried various CSS solutions.

Initial Solution Attempt:

  • A community member provided CSS code to add to the base.css file:
.blog-main.page-width.section-template--[ID].main-padding {
    max-width: 100%;
}
  • This approach did not resolve the issue for the original poster.

Alternative Solution:

  • The helper suggested a different method: inserting CSS code in the theme.liquid file, specifically before the closing </body> tag, rather than in base.css.
  • The discussion remains ongoing as the user tests this alternative approach.

Status: The problem is unresolved. Screenshots were shared showing the persistent white background issue, though preview links have expired during the troubleshooting process.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

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

1 Like