Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #508044

    Hello,

    How could I remove the outline (links color) around videos when playing ?

    Thanks

    #508457

    Hey fcp!

    Can you please post the link to your website and a screenshot showing the changes you would like to make so we can provide you an accurate code? :)

    Cheers!
    Yigit

    #508634

    Here is a screenshot of the video window : http://imgur.com/rxQnjDZ
    You can see the blue line around the window. In fact, it seems to consider the video as a link but I don’t want it.

    Thanks

    #508836

    Hey,

    Do you have a link for the actual page? We would need to inspect the element in order to give you some custom CSS.

    Regards,
    Rikard

    #510770

    Ok,

    So I think I’m the only one to have this problem… I thought that it could be easy for you to help me, without giving you links and everything. I will try to find some solution by myself.

    #510879

    Hey!

    If you post the link to your page where you have your video, we can try to reproduce it and provide you an accurate solution :)

    Regards,
    Yigit

    #592278

    Here is the page with the video.

    What I would like to do is making the blue line around the video window disappear (it appears when the video is playing).
    Thanks

    #593455

    Hey!

    We are working on your ticket please wait while we update the results here soon.

    We checked in all the latest browsers but could not find the outline let us know which browser you see this issue in if the below code do not work for you.

    use this in quick css

    video {
    outline:none!important;
    border: 0!important; 
    } 
    

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 9 months ago by Vinay.
    #595120

    Unfortunately it doesn’t work…

    I can see this issue with :
    Safari Version 6.2.8
    Chrome Version 49.0.2623.75
    (both on Macintosh)

    Thanks

    #597230

    Allo…?

    #599014

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-video:focus { outline: none !important; }

    Cheers!
    Yigit

    #599308

    It doesn’t work sorry.

    #599339

    Hi!

    Please try the below CSS in Quick CSS

    video, .avia-video *, *:focus {
      outline: 0!important;
      outline: none!important;
      outline-width: 0;
     -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
     }
    

    Best regards,
    Vinay Kashyap

    #599766

    It works !!
    Thanks a lot guys !! :-)

    #599772

    Hey!

    Glad we could help :)

    Best regards,
    Vinay Kashyap

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Remove video outline when playing’ is closed to new replies.