removal of underline link

Started by genois, July 20, 2006, 01:45:41 PM

Previous topic - Next topic

genois

can anyone tell me how to remove the underline of any links?
i tried editing the css file from underline to none..

but it doesnt work..
can anyone tell me which file to edit so that when your mouse hover the link
the link just change colour but dont have underline

codenaught

Is it not working for just hover links or normal links as well?

You need to have something similar to:

a:hover
{
   text-decoration: none;
   color: brown;

}

a.nav:hover
{
   color: #cc3333;
   text-decoration: none;
}

for links that are hovered over and will change color but have no underline.
Dev Consultant
Former SMF Doc Coordinator

genois

yup.. i have changed that to none too..
but there is still underline for the links

codenaught

For every link or just certain ones? Are you sure you are viewing the right theme that corresponds to the style.css you edited and that the style.css was uploaded properly? (If not done through admin panel)

Changing every occurance of:
a:hover to include:

text-decoration: none;

should do the trick.
Dev Consultant
Former SMF Doc Coordinator

genois

yes.. for every theme..
even the core theme have been change from underline to none

is there another file that i should change from underline to none?
just cant find anymore from any file =/

genois

oh i fixed it..
think is because the file need time to change in my host

can locked this topic already...
thanks =)

Advertisement: