Mave Active member Nov 12, 2018 #1 I already use [data-container-key="node-x"], is something like [data-container-key="thread-x"] possible for specific threads? EDIT: [data-lb-id="thread-33332"] is also not working Last edited: Nov 12, 2018
I already use [data-container-key="node-x"], is something like [data-container-key="thread-x"] possible for specific threads? EDIT: [data-lb-id="thread-33332"] is also not working
Ehren Well-known member Nov 12, 2018 #2 Threads use data-content-key CSS: html[data-content-key="thread-12345"]{ background: #f00; } Upvote 0 Downvote
Mave Active member Nov 12, 2018 #3 Ehren said: Threads use data-content-key CSS: html[data-content-key="thread-12345"]{ background: #f00; } Click to expand... Cheers, that worked! Upvote 0 Downvote
Ehren said: Threads use data-content-key CSS: html[data-content-key="thread-12345"]{ background: #f00; } Click to expand... Cheers, that worked!