Advertisement
_Pandora

Remove Player Box Icons cont.

Sep 16th, 2023 (edited)
901
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.62 KB | None | 0 0
  1. /* Codes made by Pandora #144118 and Moses #95222
  2. Codes may be edited, used in commissions or for personal use
  3. Please do not remove credit
  4. */
  5.  
  6. /* REMOVE ICONS (refer a friend/wishlist) */
  7. #player > tbody > tr.right > td:nth-child(1) > p > a:nth-child(1) {
  8.     font-size:0px;
  9. }
  10.  
  11. #player > tbody > tr.right > td:nth-child(1) > p > a:nth-child(1)::after {
  12.     content:'Refer a Friend';
  13.     font-size:18px;
  14. }
  15.  
  16. #player > tbody > tr.right > td:nth-child(1) > p > a:nth-child(3) {
  17.     font-size:0px;
  18. }
  19.  
  20. #player > tbody > tr.right > td:nth-child(1) > p > a:nth-child(3)::after {
  21.     content:'View Your Wishlist';
  22.     font-size:18px;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement