Okay
  Public Ticket #2614745
Cursor CSS
Closed

Comments

  • Kasun started the conversation

    Hi,

    I want to change the CSS of the cursor animation on the Aruba Theme when I hover over a Portfolio Element. It changes to a black circle with a + inside. I want to change the color. Could you please tell me the CSS selector of the cursor element.

    Thank you 

    Best

    Kasun

  •  1,800
    Support replied

    Hi, if you open /js/scripts.js you will see two pieces of code like

    $(".item-content").mouseenter(function(e) {
           TweenMax.to('#ball', 0.1,{transformOrigin: '15px 15px', borderWidth: '1px', backgroundColor : 'rgba(0, 0, 0, 1)', borderColor:'#000', scale: 1.8});
           TweenMax.to('#ball-loader', 0.1,{borderWidth: '1px', top: 1, left: 1});
           $( "#ball" ).addClass("with-icon").append( '<i class="fa fa-plus"></i>' );
    });

    replace the bolded part and the n hard refresh the page (Ctrl+F5)


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy