JLDG Posted February 20, 2020 Posted February 20, 2020 Site URL: https://jimgoldberg.fr/ Hi, Everytime I click on any clickable element of my website a thin dotted line surrounding the object appears. (image attached) Would anyone know how to remove it using css codes ? Thanks in advance for you help 🙂 WEBSITE PASSWORD : Segura70
tuanphan Posted February 20, 2020 Posted February 20, 2020 Default behavior You can add this to Home > Design > Custom CSS to remove a:focus { outline: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
JLDG Posted February 20, 2020 Author Posted February 20, 2020 Wow ! thank you so much for your quick response 🙂 It works perfectly except on the slideshow controls. Is there smth we can do for those ? Thanks again !
tuanphan Posted February 20, 2020 Posted February 20, 2020 23 minutes ago, JLDG said: Wow ! thank you so much for your quick response 🙂 It works perfectly except on the slideshow controls. Is there smth we can do for those ? Thanks again ! svg:focus { outline: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
JLDG Posted February 20, 2020 Author Posted February 20, 2020 Still not working on slideshow controls... :s
tuanphan Posted February 20, 2020 Posted February 20, 2020 1 minute ago, JLDG said: Still not working on slideshow controls... :s try adding !important outline: none !important; Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
JLDG Posted February 20, 2020 Author Posted February 20, 2020 didn't work either If you find a way to fix it thats great otherwise you've already been very helpfull !
tuanphan Posted February 20, 2020 Posted February 20, 2020 try *:focus { outline: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
simondae Posted June 25, 2021 Posted June 25, 2021 Hi! Did it remove the white outline on the bottoms or just the arrows? I'm trying to remove all outlines on clickable elements. It's impossible to create a bottom without the white outline and the code doesn't work on mine
tuanphan Posted June 28, 2021 Posted June 28, 2021 On 6/26/2021 at 4:33 AM, simondae said: Hi! Did it remove the white outline on the bottoms or just the arrows? I'm trying to remove all outlines on clickable elements. It's impossible to create a bottom without the white outline and the code doesn't work on mine Try this code * { outline-color: transparent !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Illusterre Posted November 24, 2022 Posted November 24, 2022 On 2/20/2020 at 3:36 PM, tuanphan said: Default behavior You can add this to Home > Design > Custom CSS to remove a:focus { outline: none; } Thanks!!!! 🙂
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment