blackplan
blackplan

Reputation: 286

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

Upvotes: 0

Views: 105

Answers (1)

blackplan
blackplan

Reputation: 286

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-|">
}

Upvotes: 1

Related Questions