• Resolved Dan Caragea

    (@dancaragea)


    I want to remove icon ?Eye” for all videos. Until the last update I used this in Custom CSS: .aiovg .aiovg-svg-icon-views { display: none; }. But now it doesn’t work anymore. Please give me a solution! P.S. You made a lot of changes…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    My sincere apologies for any inconvenience caused.

    Our last version introduced several design changes and I’m sorry that we are forced to do this to keep the plugin up to date with the latest design standards and also to allow room for any new meta elements added to the gallery. Note that our last version introduced the Likes/Dislikes button.

    Also, we made several performance-related changes in the plugin’s JS files.

    Solution:

    Kindly try using the following CSS code,

    .aiovg-views svg {
        display: none;
    }

    Hope this solved your issue!

    Thread Starter Dan Caragea

    (@dancaragea)

    Thank you much, again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Icon eye’ is closed to new replies.