MyBB Community Forums

Full Version: Underlining Links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible when u put the mouse on a link that it underlines , but not for the buttons only the links such as forums and links in posts / threads
You'll want to use CSS and a:hover. You may need to add classes to links if you don't want all of them to.
I Dont want it to underline the buttons , but i want it to underline every link else
a{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
Working but , it underlines the buttons in the profile
http://nc-gaming.gegahost.net

Note: i want it to hove like this site http://ng-gaming.net/forums
like when u put the mouse it will highlight it with blue (just put the mouse in one of the forums in the link above)
(2014-07-26, 09:46 PM)MuhammedSuleiman Wrote: [ -> ]Working but , it underlines the buttons in the profile
http://nc-gaming.gegahost.net

Note: i want it to hove like this site http://ng-gaming.net/forums
like when u put the mouse it will highlight it with blue (just put the mouse in one of the forums in the link above)

You want to make the buttons brighter?
(2014-07-26, 09:51 PM)Ace700 Wrote: [ -> ]
(2014-07-26, 09:46 PM)MuhammedSuleiman Wrote: [ -> ]Working but , it underlines the buttons in the profile
http://nc-gaming.gegahost.net

Note: i want it to hove like this site http://ng-gaming.net/forums
like when u put the mouse it will highlight it with blue (just put the mouse in one of the forums in the link above)

You want to make the buttons brighter?

No nevermind about what i've told you , but i want it to hover blue color i want the links and the hover when you put the mouse on the link the same as http://ng-gaming.net/forums