Search code examples
csstypo3stylingtypo3-8.x

TYPO3 8.7.22 PAGE UID CSS


I was wondering if its possible to use the PAGE UID in CSS to style each site from the website different.

Best regards


Solution

  • I found a way to include the Page UID to the body.

    page.bodyTag >
    page.bodyTagCObject = TEXT
    page.bodyTagCObject {
        field = uid
        wrap = <body class="uid-|">
    }