Adding a global group module (header) to a child theme
# Adding a Global Group Module (Header) to a Child Theme: Why CSS Failed to Load ## Summary – A developer cloned a global header module in a HubSpot CMS child theme. – The cloned module was referenced in `base.html` via the module path. – The header displayed structurally but rendered without CSS styling. – … Read more