How can I change Link highlight when hover - Joomla! Forum - community, help and support
hi!
i've noticed when hover link, gets highlighted (a blue background displays). there way change/eliminate behaviour?
thanks
cecilia
i've noticed when hover link, gets highlighted (a blue background displays). there way change/eliminate behaviour?
thanks
cecilia
yes, can change in css file of template,
but you've know css code that.
a simple example of css code link:
a {color:#blue; /* blue hyperlink */}
a:hover {color:#red; /* when hover on link gets red. can use hexadecimal color values #ff0000; */}
handy tools google chrome webbrowser's "inspect element" or firefox + addon firebug.
with tools can inspect html/css parts of website.
but you've know css code that.
a simple example of css code link:
a {color:#blue; /* blue hyperlink */}
a:hover {color:#red; /* when hover on link gets red. can use hexadecimal color values #ff0000; */}
handy tools google chrome webbrowser's "inspect element" or firefox + addon firebug.
with tools can inspect html/css parts of website.
Comments
Post a Comment