cm-site-branding
-
cm-site-branding
The issue occurs because the ColorMag theme renders the same
cm-site-brandingtemplate twice — once for the desktop header and once for the mobile header.As a result, elements such as:
id="cm-site-branding"id="cm-site-info"appear multiple times in the DOM.
This creates duplicate HTML IDs, which violates HTML standards because IDs are required to be unique within a page.
The duplicated IDs may cause:
- inconsistent CSS targeting,
- JavaScript selector conflicts,
- SEO/Lighthouse validation warnings,
- unexpected behavior in responsive or sticky headers.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.
