There's a website called thebotnet or something like that, when you hover a link, it turns red. Is there a way to change the color of the link when it's hovered over.
add below code to bottom of your global.css , save it ; AND hard refresh your browser (CTRL + F5)
a:hover {color:red !important;}
(2011-07-31, 11:44 AM)ranjani Wrote: [ -> ]add below code to bottom of your global.css , save it ; AND hard refresh your browser (CTRL + F5)
a:hover {color:red !important;}
Thank you! What would I do without the MyBB Community?
:forgot:
if you want the hover change in post content only then change above code to below
.post_content
a:hover {color:red !important;}
in any field, practice makes us perfect