@Frede sent the request
Topic summary
A user working with Shopify’s Dawn theme is trying to locate where the CSS class copyright__content is defined. The class appears in footer.liquid but its styling rules aren’t found in the expected base.css file.
Key developments:
- Initial searches in
base.css,theme.css, andstyles.cssyielded no results - Another user offered collaborative access to investigate directly
- Resolution: The class was found defined in
section-footer.css
Technical insight provided:
- Modern Shopify themes don’t use a single stylesheet
- CSS rules are distributed across multiple smaller
.cssfiles that load as needed - Browser “Inspect element” tools can quickly identify where specific CSS rules are defined (screenshot provided)
The issue was resolved through direct collaboration, revealing that Dawn theme organizes styles by section rather than in one central file.