A user seeks to remove unwanted table borders appearing on product pages in Shopify’s Dawn theme, despite attempting solutions through HTML editors and Shopify’s table creator. Empty boxes with icons are also displaying incorrectly.
Solutions Provided:
Two support teams offered CSS-based fixes:
PageFly-Victor’s approach: Add custom CSS to component-rte.css file that removes box-shadow from tables and adjusts column widths
GemPages’ method: Insert CSS code above the </body> tag in the theme.liquid file to eliminate table borders
Both solutions involve:
Navigating to Online Store → Theme → Edit code
Locating the appropriate file
Pasting provided CSS code that targets tables without classes and removes borders/shadows
Outcome:
One user confirmed the solution worked successfully, noting it also resolved blog border issues. The discussion appears resolved with working CSS fixes provided.
Summarized with AI on November 21.
AI used: claude-sonnet-4-5-20250929.
Im using Dawn Theme and trying to remove the border on my table within my product page.
I have trued using a HTML editor and had ‘no border’ or ‘white border’ and also just using the table creator in Shopify, but it still showing up on my produ ct.
There are also icons in the empty boxes that aren’t showing up.
Has anyone else had this issue? Screenshot attached