JLDG 0 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 post
0 tuanphan 9,024 Share Posted February 20, 2020 Default behavior You can add this to Home > Design > Custom CSS to remove a:focus { outline: none; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 JLDG 0 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 post
0 tuanphan 9,024 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; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 JLDG 0 Author Share Posted February 20, 2020 Still not working on slideshow controls... :s Link to post
0 tuanphan 9,024 Share Posted February 20, 2020 1 minute ago, JLDG said: Still not working on slideshow controls... :s try adding !important outline: none !important; You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 JLDG 0 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 post
0 tuanphan 9,024 Share Posted February 20, 2020 try *:focus { outline: none !important; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
JLDG 0
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 post
Top Posters For This Question
5
4
Popular Days
Feb 20
9
Top Posters For This Question
JLDG 5 posts
tuanphan 4 posts
Popular Days
Feb 20 2020
9 posts
Posted Images
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment