Echelon Active member Apr 19, 2014 #1 how can i set all the links on my forum without the agitating underline on hover? i have tried some options but can't get it right.
how can i set all the links on my forum without the agitating underline on hover? i have tried some options but can't get it right.
P Paul B XenForo moderator Staff member Apr 19, 2014 #2 Try adding this to EXTRA.css: Code: a:hover { text-decoration: none !important; } Upvote 0 Downvote
Echelon Active member Apr 19, 2014 #3 Brogan said: Try adding this to EXTRA.css: Code: a:hover { text-decoration: none !important; } Click to expand... Thanks Brogan. Tried this already but they won't disappear i even tried this.....set underline to none a:-webkit-any-link { color: -webkit-link; text-decoration: underline; cursor: auto; } but then my colorscheme goes out of his mind Upvote 0 Downvote
Brogan said: Try adding this to EXTRA.css: Code: a:hover { text-decoration: none !important; } Click to expand... Thanks Brogan. Tried this already but they won't disappear i even tried this.....set underline to none a:-webkit-any-link { color: -webkit-link; text-decoration: underline; cursor: auto; } but then my colorscheme goes out of his mind
P Paul B XenForo moderator Staff member Apr 19, 2014 #4 Unfortunately that has this: The !important there is most likely overriding. You may need to edit the CSS templates directly for some of the links. Upvote 0 Downvote
Unfortunately that has this: The !important there is most likely overriding. You may need to edit the CSS templates directly for some of the links.
Echelon Active member Apr 19, 2014 #5 Brogan said: Unfortunately that has this: View attachment 71991 The !important there is most likely overriding. You may need to edit the CSS templates directly for some of the links. Click to expand... ah. ok. thanks a lot Brogan for your help Upvote 0 Downvote
Brogan said: Unfortunately that has this: View attachment 71991 The !important there is most likely overriding. You may need to edit the CSS templates directly for some of the links. Click to expand... ah. ok. thanks a lot Brogan for your help