Hover color
Hover color
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.
Re: Hover color
Add this code to your css:
a.forumtitle:hover {
color: XXX;
}
Change the XXX to whatever color you want.
a.forumtitle:hover {
color: XXX;
}
Change the XXX to whatever color you want.
Re: Hover color
Where do you find the css? I've done it before and now i can't remember.@Maki1 wrote:Add this code to your css:
a.forumtitle:hover {
color: XXX;
}
Change the XXX to whatever color you want.

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
Re: Hover color
CSS Stylesheet => can be found to A-CP => Display => Pictures and Colors >> Colors >> CSS Stylesheet
Re: Hover color
Here you have it with gray.
More about color => http://www.w3schools.com/HTML/html_colornames.asp
- Code:
a.forumtitle:hover {
color: #808080;
}
More about color => http://www.w3schools.com/HTML/html_colornames.asp
Re: Hover color
Dude that still didn't work.@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
Re: Hover color
Since this thread appears to be solved, I will lock this thread and mark it as solved.

Sanket

Sanket

Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum