• Resolved GRuss

    (@gruss)


    Hi! First of all, thank you for this amazing theme.

    I just have a minor issue (I think), and I need help on this one. I wanted to remove the hover effect in the featured image.

    The featured image in my posts are in black and white, but when you hover your mouse over the image, you’ll see the colored image.

    Sometimes though(and its weird actually) when you go to my homepage, you can see that all featured images are in colored, but when you hover your mouse over the images, they become black and white.

    So, I just want to remove this effect. Hopefully, you can help me out.

    Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter GRuss

    (@gruss)

    Here’s the link to the site by the way http://usedvehiclesales.com.au/

    Theme Author Takimi Themes

    (@takimi)

    Dear Gruss.
    this is not an issue ,this is an effect that the theme has built in.

    If you want to remove it you can go to the theme_init.js file, it is located in the js folder, and remove the following block of code :

    $('.carzine_latest_post').mouseover(function(){
         $(this).find("img").removeClass('grayscale');
         $(this).find("img").addClass('grayscale_disabled');
       }).mouseout(function(){
         $(this).find("img").addClass('grayscale');
         $(this).find("img").removeClass('grayscale_disabled');
       });

    These are the lines 5-11.

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove hover effect in featured image’ is closed to new replies.