yes is not work. Here are preview again. https://9shrrrgm83jv9vwq-73159377160.shopifypreview.com
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.
1 Like

