[deleted] I want to customize any post with CSS. I guess I can do that with data-id. How can I use these data-ids in CSS. For example, I can do that for normal ids: #idOfElement{ ... } So, data-ids ?
clarkwinkelmann askvortsov it's a good idea to specify something like .PostStream-item[data-id=""] to make sure you don't modify other things on the page that might also use data-id attributes 😇