Advertisement
Hisabeel

How to install a cursor?

Sep 28th, 2017
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.40 KB | None | 0 0
  1.    Passo 1: Tenha consigo a url do cursor copiado;
  2.    Passo 2: Vá à edição do código do tema e cole este código antes de </html> no final do código:
  3.         <style> body, a, a:hover { cursor:url(ADICIONE A URL AQUI), auto }</style>
  4.  
  5. E, é isso! ^^
  6.  
  7. Se você não souber como obter a url do cursor, leia abaixo:
  8.  
  9. Com o botão direito clique em 'Abrir a imagem numa nova aba' e você terá a url
  10. Depois você só precisa colocar o código onde diz (ADICIONE A URL AQUI)
  11.  
  12. Exemplo:
  13.     <style> body, a, a:hover { cursor:url(https://40.media.tumblr.com/fa9be46a2853b04c6b2d8c2b63af394e/tumblr_inline_nnncurpZMn1tty1xy_540.png), auto }</style>
  14.  
  15.  
  16. x ----------------------------------------------------------------------------------------------------------------------------------- x
  17.  
  18.  
  19.    Step 1: Have the cursor url that you want, copied;
  20.    Step 2: Then go theme code edit and paste this code after </html> at the end of the code:
  21.         <style> body, a, a:hover { cursor:url(ADD YOUR LINK HERE), auto }</style>
  22.  
  23. And, that’s it! ^^
  24.  
  25. If you don’t know how to get the cursor url, read below:
  26.  
  27. Right click it and click ‘Open image in new tab’ and that will get you the URL
  28. you need so you can then paste into where it says (ADD YOUR LINK HERE)
  29.  
  30. example:
  31.     <style> body, a, a:hover { cursor:url(https://40.media.tumblr.com/fa9be46a2853b04c6b2d8c2b63af394e/tumblr_inline_nnncurpZMn1tty1xy_540.png), auto }</style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement