Works great thank you !
Topic summary
A user seeks to change the breadcrumb background color on their product page to beige, matching the rest of their page design. The breadcrumb section only accepts custom CSS.
Solutions Provided:
Multiple community members offered CSS code snippets to resolve the issue:
- Method 1: Add CSS code to the
theme.liquidfile above the</body>tag - Method 2: Insert custom CSS directly in the theme customizer under Online Store > Themes > Customize
The recommended CSS targets .breadcrumbs__wrapper .breadcrumb with background: #cfaf6f !important (beige color code).
Outcome:
The original poster confirmed the solution works successfully. The discussion is resolved with working code provided by multiple contributors.
1 Like