• Resolved mistacup

    (@mistacup)


    Hi,
    how is it possible to disable the icon on hover?
    “Force an icon on hover” is disabled an see an icon. If I activate it I can choose another icon but not disable it completely.

    Thanks for support.

    Best wishes

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mistacup

    (@mistacup)

    Hello,

    I used now this code, I hope it works for other languages too:

    /* Remove News Icon on Hover */
    #wplp_widget_242931 .wplp_listposts li .img_cropper:before {
    	display: none !important;
    }
    Thread Starter mistacup

    (@mistacup)

    That code is for every widget to not show the icon on hover.

    /* Remove News Icon on Hover */
    .wplp_listposts li .img_cropper:before {
    	display: none !important;
    }

    if you don′t want to show the icon on hover for specific widgets, so you can change the number of the widget which you can find at the first page of the plugin under block list
    #wplp_widget_242931

    Plugin Author JoomUnited

    (@joomunited)

    Hi,

    Thanks for reporting. I was going to tell you something similar to fix the issue quickly.
    On our side we’ll provide a fix for that.

    Cheers,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable Icon on Hover’ is closed to new replies.