The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Getting rid of the underlining!!!

4 posters

Go down

Getting rid of the underlining!!! Empty Getting rid of the underlining!!!

Post by udarsha45 December 8th 2014, 1:16 pm

Hello,

Can anyone tell me how tyo get rid of these unwanted underlining in each text link? For an example; http://www.bleachstory.net/f3-announcements-rules
udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Getting rid of the underlining!!! Empty Re: Getting rid of the underlining!!!

Post by Ramdaman December 8th 2014, 1:47 pm

Hi, go to your Administration Panel => Display => Pictures and Colors => Colors => CSS Stylesheet

Paste this there:
Code:
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
Ramdaman
Ramdaman
Active Poster

Male Posts : 1615
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City

http://ndihme.forumotion.com/forum

Back to top Go down

Getting rid of the underlining!!! Empty Re: Getting rid of the underlining!!!

Post by udarsha45 December 10th 2014, 5:50 am

Thanks but is their a way to completely remove the underlining?
udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Getting rid of the underlining!!! Empty Re: Getting rid of the underlining!!!

Post by Ramdaman December 10th 2014, 6:29 am

Has this code not removed all underlining?

Try this:
Code:
* {
  text-decoration: none;
}
Ramdaman
Ramdaman
Active Poster

Male Posts : 1615
Reputation : 99
Language : English, Albanian, Macedonian, Russian | HTML, CSS
Location : New York City

http://ndihme.forumotion.com/forum

Back to top Go down

Getting rid of the underlining!!! Empty Re: Getting rid of the underlining!!!

Post by Rhino.Freak December 10th 2014, 7:13 am

use this code and see if it works Smile

Code:

a {
text-decoration: none !important;
}

I believe it will work
Rhino.Freak
Rhino.Freak
Helper
Helper

Male Posts : 1248
Reputation : 104
Language : English
Location : Mumbai, India

http://freetest.forumotion.net/

Back to top Go down

Getting rid of the underlining!!! Empty Re: Getting rid of the underlining!!!

Post by Mati December 10th 2014, 4:17 pm

When you hover the text it will become underline.

Code:
a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum