Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Raghunath Gurjar

    (@india-web-developer)

    Hi nfsarmento,

    Can you describe little more your issue?
    Are you talking about hover effect (increasing width) on social buttons?

    You can send me your query on my email [email protected]

    Thanks
    Raghunath

    Thread Starter nfsarmento

    (@nfsarmento)

    Hi Raghunath,

    Thank you very much for replying to my request. Yes I am talking about the hover effect from buttons . I can you please help me to remove it.

    Thanks

    Nuno

    Thread Starter nfsarmento

    (@nfsarmento)

    Hi Raghunath,

    If you kindly just tell me where in the code I can remove it… please .

    Thanks

    Nuno

    Thread Starter nfsarmento

    (@nfsarmento)

    Hi Raghunath,

    I guess is somewhere here on the code bellow. I just wonder if you can pint point where about .

    i really appreciate if you can help me.

    Thanks

    Nuno

    ‘jQuery(“div#csbwfs-tw a”).hover(function(){
    jQuery(“div#csbwfs-tw a”).animate({width:animateWidth});
    },function(){
    jQuery(“div#csbwfs-tw a”).stop( true, true ).animate({width:defaultAnimateWidth});
    });’

    Thread Starter nfsarmento

    (@nfsarmento)

    Hi

    I have managed to do it. I simple have changed the values here:

    where 45 is the fix value for my image and replace the animateWidth-10 to animateWidth-0 and animateHeight-2; to animateHeight-0;

    animateWidth=”45″;
    defaultAnimateWidth= animateWidth-0;
    animateHeight=”45″;
    defaultAnimateHeight= animateHeight-0;’;

    Anyway thanks for replying to my request.

    Nuno

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove mouse over icon hover’ is closed to new replies.