Search for: Log In Free Support [Resolved] Change the CSS of the Links on focus Home › Forums › Support › Change the CSS of the Links on focus This topic has 7 replies, 4 voices, and was last updated 3 years, 5 months ago by Jörgen. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts March 3, 2017 at 6:26 am #286554 Amos Hello. i want to add borders to the items when they are on focus (when skip with the tab keyboard between the links). Thank You 🙂 GeneratePress 1.3.44GP Premium 1.2.94 March 3, 2017 at 6:33 am #286557 LeoStaff Customer Support Hi there, For all links? Try this: a:focus { border: 2px solid #000000; } Let me know if this doesn’t work or if you only want border on specific links. A link to your page indicating which links might help 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 3, 2017 at 6:38 am #286560 Amos Thank You. but i know this css and when i click on the links with the mouse the border is showing. i want the border only when i using the tab. March 3, 2017 at 6:47 am #286565 LeoStaff Customer Support Hmm I think that might be a accessibility thing. Will ask Tom to see how they did it 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 3, 2017 at 9:59 am #286635 TomLead Developer Lead Developer Hmm, :focus is the way to go – not sure if you can make it so it doesn’t happen on click as well. You could try to overwrite it: a:focus { border: 2px solid #000000; } a:active { border: 0; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development March 3, 2017 at 10:42 am #286667 Amos Ok i write this code – and it work for me. a:focus { outline: 5px auto -webkit-focus-ring-color;} March 3, 2017 at 10:44 am #286669 TomLead Developer Lead Developer Awesome! Thanks for sharing 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development September 12, 2017 at 9:28 am #383999 Jörgen I´m using this code: :focus { color: #232525; outline: #ddd solid 1px; } Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In