JLDG Posted February 20, 2020 Share 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 Link to comment
tuanphan Posted February 20, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
JLDG Posted February 20, 2020 Author Share 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 ! Link to comment
tuanphan Posted February 20, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
JLDG Posted February 20, 2020 Author Share Posted February 20, 2020 Still not working on slideshow controls... :s Link to comment
tuanphan Posted February 20, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
JLDG Posted February 20, 2020 Author Share 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 ! Link to comment
tuanphan Posted February 20, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
JLDG Posted February 20, 2020 Author Share Posted February 20, 2020 Yes !! Great, thank you so much Link to comment
simondae Posted June 25, 2021 Share 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 Link to comment
tuanphan Posted June 28, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Illusterre Posted November 24, 2022 Share 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!!!! 🙂 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment