How to Customize Cursor in Blogger with JS and CSS this 2023

Welcome to a new entry in SeoBlogAriel.Online of a tutorial to change the cursor in your blog by adding a style sheet and JavaScript in the Blogger HTML template.

{getToc} $title={Table of Content}

customize cursor html js css


Okay, to customize the cursor in Blogger you must put some links that point to the CSS and JS files and the image of the cursor that we want to change to the one we normally see by default.

Change Default Cursor in Blogger

  • We open our Blogger platform
  • We go to Themes
  • then in customize
  • We click on Edit HTML
  • The Blog template will open to put the CSS and JS into Blogger.

I am going to detail where to place each file to modify the cursor in Blogger:

CSS Style Sheet

We are going to put the following sheet of this CSS3 between the <head> </head> tag, this will be our style sheet for our cursor that we want to change. Copy the following CSS link:


<link rel="stylesheet" href="https://dl.dropboxusercontent.com/s/lb99lqmepcbade4/styles-cursor.css">

javascript

Next, we add our JavaScript links to the bottom of our HTML template, before the </body> tag.

There, we paste our JS to give that function to our new and custom Blogger cursor. Copy the following 2 JS:


<script src="https://dl.dropboxusercontent.com/s/bp8xja7h5umh6tf/lax.js"></script>
<script src="https://dl.dropboxusercontent.com/s/wikhwjxasi9szip/script.js"></script>

Replace Cursor Image

Once we have our documents ready to add them to the Blogger HTML template, we are going to put the link where we have our image with a .png or .svg extension, preferably in these formats so that we do not have any difficulty in making the changes correctly.

You open in any HTML editor, in my case SublimeText. We open the script.js file and change the address where we have our image hosted. In my case I use image with extension .SVG

We save the file and upload it to our hosting.

change cursor image

Guide To Change Default Cursor

Download Cursor CSS and JS

In the following link download the files to change the cursor of your blog.


https://dl.dropboxusercontent.com/s/ura8yo1matzdo7t/cursor-personalizado-figura.rar

Publicar un comentario

Déjame un mensaje.

Artículo Anterior Artículo Siguiente

نموذج الاتصال

// Cargamos el SDK de Facebook window.fbAsyncInit = function() { FB.init({ appId : '570341645200786', cookie : true, xfbml : true, version : 'v11.0' }); // Evento que se ejecuta al dar clic en el botón Me Gusta FB.Event.subscribe('edge.create', function(response) { document.getElementById("contenido").style.display = "block"; document.getElementById("boton-fb").style.display = "none"; }); }; (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v11.0&appId=570341645200786&autoLogAppEvents=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));