• cm-site-branding

    The issue occurs because the ColorMag theme renders the same cm-site-branding template 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)
  • Hi @sincinteriapl,

    Thank you for bringing this to our attention and for providing such a detailed explanation of the issue!

    We have reported this to our developer team and they will look into it thoroughly. A fix will be included in our upcoming update.

    We truly appreciate your patience and understanding.

    Best regards!

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.