The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Hover color

3 posters

Go down

Solved Hover color

Post by Austindo February 8th 2011, 5:14 pm

I need to know how to change the hover color. like when you hover your mouse over a category and it changes color, i need to know how to change that color.
Austindo
Austindo
Forumember

Male Posts : 38
Reputation : 0
Language : English
Location : Georgia

http://gamenation.freegametalk.com

Back to top Go down

Solved Re: Hover color

Post by Maki1 February 8th 2011, 5:20 pm

Add this code to your css:

a.forumtitle:hover {
color: XXX;
}

Change the XXX to whatever color you want.
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Solved Re: Hover color

Post by Austindo February 8th 2011, 5:27 pm

Maki1 wrote:Add this code to your css:

a.forumtitle:hover {
color: XXX;
}

Change the XXX to whatever color you want.
Where do you find the css? I've done it before and now i can't remember. lol!
EDIT: Nevermind, i found it. I put in your code but it didn't work. I added the color i wanted and nothing happened. Am i supposed to put in the colors code? I just put in "grey"


Last edited by Austindo on February 8th 2011, 5:31 pm; edited 1 time in total
Austindo
Austindo
Forumember

Male Posts : 38
Reputation : 0
Language : English
Location : Georgia

http://gamenation.freegametalk.com

Back to top Go down

Solved Re: Hover color

Post by Maki1 February 8th 2011, 5:30 pm

CSS Stylesheet => can be found to A-CP => Display => Pictures and Colors >> Colors >> CSS Stylesheet
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Solved Re: Hover color

Post by Austindo February 8th 2011, 5:32 pm

Read my above message.
Austindo
Austindo
Forumember

Male Posts : 38
Reputation : 0
Language : English
Location : Georgia

http://gamenation.freegametalk.com

Back to top Go down

Solved Re: Hover color

Post by Maki1 February 8th 2011, 5:42 pm

Here you have it with gray.

Code:
a.forumtitle:hover {
color: #808080;
}

More about color => http://www.w3schools.com/HTML/html_colornames.asp
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Solved Re: Hover color

Post by Austindo February 8th 2011, 5:45 pm

Maki1 wrote:Here you have it with gray.

Code:
a.forumtitle:hover {
color: #808080;
}

More about color => http://www.w3schools.com/HTML/html_colornames.asp
Dude that still didn't work.
Austindo
Austindo
Forumember

Male Posts : 38
Reputation : 0
Language : English
Location : Georgia

http://gamenation.freegametalk.com

Back to top Go down

Solved Re: Hover color

Post by Maki1 February 8th 2011, 5:50 pm

Please show me a screen shot of where you want to change the hover color.
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Solved Re: Hover color

Post by Austindo February 8th 2011, 5:54 pm

Hover color Untitl10
Those. Like when you hover over the categories it changes to that color. I need this done on all of them. Not just that one.

I put the code in just like you showed me.
Hover color Your_m10
Austindo
Austindo
Forumember

Male Posts : 38
Reputation : 0
Language : English
Location : Georgia

http://gamenation.freegametalk.com

Back to top Go down

Solved Re: Hover color

Post by Maki1 February 8th 2011, 6:01 pm

This is the code for it.

Code:
li.row:hover {
        background-color: #808080;
}
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Solved Re: Hover color

Post by Austindo February 8th 2011, 6:03 pm

Maki1 wrote:This is the code for it.

Code:
li.row:hover {
        background-color: #808080;
}
That one worked.
Austindo
Austindo
Forumember

Male Posts : 38
Reputation : 0
Language : English
Location : Georgia

http://gamenation.freegametalk.com

Back to top Go down

Solved Re: Hover color

Post by Sanket February 9th 2011, 5:09 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Hover color 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum