sampetschulat
Member
Posted 1 year ago #
Hey guys, I'm trying to change the way links are changed when users hover over them in the main post section on my site. On my site you can see an example of this in the "Nam iaculis faucibus condimentum" link. Currently, it changes the text to white and the background to grey. I can't for the life of me find the section in my CSS to eliminate this effect. Any ideas?
Try using Firefox with the Firebug add-on for this kind of work.
http://getfirebug.com/
sampetschulat
Member
Posted 1 year ago #
I typically use Web Developer Toolbar. I installed Firebug but haven't quite got a grasp on it yet. How could it help me solve this problem?
It allows you to inspect the CSS that affects any given page element.
I typically use Web Developer Toolbar
should work as well; use the 'CSS' dropdown 'view style information' and click on the respective text.
this should give you the css files and styles which influence the hover link.