I Ins4ne Member Feb 9, 2018 #1 Hi ! I would like to know how in the extra.css put a fair color to one person without creating a guard, just with the ID of his account. ID exemple : Tanks
Hi ! I would like to know how in the extra.css put a fair color to one person without creating a guard, just with the ID of his account. ID exemple : Tanks
Bryan Active member Feb 9, 2018 #2 Try something like: Less: a[href*="38974"].username { color: red !important } Upvote 0 Downvote
Bryan Active member Feb 9, 2018 #3 This would be more accurate and prevent any other possible users from being changed: Less: a[href*=".38974/"].username { color: red !important } Upvote 0 Downvote
This would be more accurate and prevent any other possible users from being changed: Less: a[href*=".38974/"].username { color: red !important }
Bryan Active member Feb 26, 2018 #5 Did you change the number to the right user id? I've tested that and it works for me. Upvote 0 Downvote