• Resolved chizzyroe

    (@chizzyroe)


    Is they a way of using font awesome for the loading icon?

    At the moment it uses a GIF ajax-loader image and would like to use the spinner icon instead

    Thanks
    Christian

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi Christian,

    No, there is no option to use font awesome for the loading icon.

    Regards,
    Dima

    Thread Starter chizzyroe

    (@chizzyroe)

    Hi Dima,

    Thanks for your reply. I will create a GIF icon in photoshop.

    The blur overlay on the category container. Is that controlled with javascript or CSS. I have found the CSS opacity but not the blur control.

    Thanks
    Christian

    Thread Starter chizzyroe

    (@chizzyroe)

    Hi Dima,

    Found under widget.css

    .hide_products > *{
    -webkit-filter: blur(1px); -moz-filter: blur(0px); -o-filter: blur(1px); -ms-filter: blur(1px); filter: blur(1px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=’1′);
    }

    Thanks
    Christian

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Loading icon image’ is closed to new replies.