Customize the text when hover and link

deandelso / 2013-07-26 11:43:43   

Hello,
I am trying to change the text when hover and link in my web.
The effect I want is to delete the line under the text and have a yellow background when hover.
Then I dont want the bold text when link. Also I dont want bold text in the section titles.

I tried to do it changing the style.css but it didn't work

/* links styles only for the #index region */
#index a:link {color: #000000; text-decoration: none; }
#index a:hover {text-decoration: none; background: #ffff00; }
#index a:active {text-decoration: none; }
#index a:visited {text-decoration: none; font-weignt: normal; }

/* links styles only for the #exhibit region */
#exhibit a:link {color: #000000; text-decoration: none; }
#exhibit a:hover {text-decoration: none; background: #ffff00; }
#exhibit a:active {text-decoration: none; }
#exhibit a:visited {text-decoration: none; font-weignt: normal; }

I know that may be a easy thing but I've searched the forum and I'm could't find anything that worked for me or may be I'm doing something wrong.

My site is deandelso.com
Thanks in advance!

deandelso / 2013-07-26 12:02:20   

Sorry for the question but I dont know why now it works.
Maybe i didnt save things properly before.
Any way, thanks at all

This thread has been closed, thank you.