-
AuthorPosts
-
September 23, 2015 at 6:35 pm #508044
Hello,
How could I remove the outline (links color) around videos when playing ?
Thanks
September 24, 2015 at 2:20 pm #508457Hey 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!
YigitSeptember 24, 2015 at 5:28 pm #508634Here 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
September 25, 2015 at 9:21 am #508836Hey,
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,
RikardSeptember 29, 2015 at 2:46 pm #510770Ok,
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.
September 29, 2015 at 5:32 pm #510879Hey!
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,
YigitMarch 2, 2016 at 8:05 pm #592278Here 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).
ThanksMarch 4, 2016 at 6:50 pm #593455Hey!
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.
March 8, 2016 at 7:07 pm #595120Unfortunately 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
March 12, 2016 at 5:54 pm #597230Allo…?
March 16, 2016 at 5:04 pm #599014Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-video:focus { outline: none !important; }
Cheers!
YigitMarch 17, 2016 at 12:39 am #599308It doesn’t work sorry.
March 17, 2016 at 2:26 am #599339Hi!
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 KashyapMarch 17, 2016 at 5:14 pm #599766It works !!
Thanks a lot guys !! :-)March 17, 2016 at 5:16 pm #599772Hey!
Glad we could help :)
Best regards,
Vinay Kashyap -
AuthorPosts
- The topic ‘Remove video outline when playing’ is closed to new replies.