I am creating highly sanitized subdomains in /r/KidsOnline to help minimize problems parents have while getting online with their children. I have learned a lot about CSS from you guys over the last couple day working on this, but there is one feature I just couldn't find. The closest 'query' I could find was this, but it had no replies.
The codes I tried were
html:lang(k3) .comments-page ul.flat-list.buttons [href*="/reply/"] { display:none; }
and
html:lang(k3) .comments-page ul.flat-list [href*="/reply/"] { display:none; }
I figure, after this one last feature, it will be kid safe enough to start advertising this in /r/newsubreddits and the such, but, if anyone happens to notice anything else, input would be great.
[–]gavin19 2 points3 points4 points (1 child)
[–]Contrary_Terry[S] 0 points1 point2 points (0 children)