Make the Board Title Underlined when I hover over it

Started by CommanderMadi, June 07, 2010, 09:27:10 AM

Previous topic - Next topic

CommanderMadi

Hey guys, I want to put an underline under my boards title when I hover with the mouse over it

Here is a screen capture of my site.



I want when I hover over it, to be underlined and changed in another color.

I hope you got me.

Thank You
Relationships counselling and advice blog
http://www.adorology.com

gamesmad

Open your theme's index.css file.  You can find it in the Themes/YOUR THEME/css folder.

Look for "a:hover".  If that exists, replace whatever's inbetween the two curly brackets directly below it with -

text-decoration: underline;
color: #FF0000;


If it doesn't exist, add the following to the top of the file -

a:hover
{
text-decoration: underline;
        color: #FF0000;
}



This will underline the text and color it red.  You can change the color code to whatever you want.
1 on 1 SMF Help - Want 1 on 1 SMF Help? Post in Help Wanted or drop me a message!

Go Charter! - Please consider becoming a charter member to support SMF development.

Please do not PM me with general questions, posting in the appropriate board will ensure everyone benefits from the advice given.

CommanderMadi

Relationships counselling and advice blog
http://www.adorology.com

Advertisement: