<p> hover
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
<p> hover
When I go to my profile, certain fields change color when I hover.
When I am making a post, certain fields also change color when I hover.
All textboxes also change color when I hover.
Does anyone know the coding to change the color for these three?
Thx
When I am making a post, certain fields also change color when I hover.
All textboxes also change color when I hover.
Does anyone know the coding to change the color for these three?
Thx
Last edited by Ace 1 on June 2nd 2015, 8:52 pm; edited 1 time in total
Re: <p> hover
Could you please post screenshots showing what you are talking about?

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: <p> hover
@SLGray
Go to Edit Profile and hover over "Username:". You will see the text goes from hex code #666 to #000. Hover the textbox. The textbox changes from hex code #CCC to #0372BE.
Make a post in this forum and hit the Preview button and scroll down to "Jump to:". Then hover over "Select a forum". The inputbox also changes from hex code #CCC to #0372BE.
How do I change these values for my own forum?
Go to Edit Profile and hover over "Username:". You will see the text goes from hex code #666 to #000. Hover the textbox. The textbox changes from hex code #CCC to #0372BE.
Make a post in this forum and hit the Preview button and scroll down to "Jump to:". Then hover over "Select a forum". The inputbox also changes from hex code #CCC to #0372BE.
How do I change these values for my own forum?
Re: <p> hover
Link Hover:
- Code:
a:link:hover, a:link:focus {
text-decoration: none !important;
text-shadow: 0 0 0.9em YOUR COLOR, 0 0 0.9em YOUR COLOR, 0 0 0.9em YOUR COLOR;
}

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: <p> hover
@SLGray Thats for links. I'm talking about the text that changes color when you hover over it.
Re: <p> hover
What I posted is for the text that changes color. The text are links.

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: <p> hover
Yeah two things:
1) That coding changes the shadow around the text.
2) I'm looking for a code that changes the following things.
1) That coding changes the shadow around the text.
2) I'm looking for a code that changes the following things.
@Ace 1 wrote:@SLGray
Go to Edit Profile and hover over "Username:". You will see the text goes from hex code #666 to #000. Hover the textbox. The textbox changes from hex code #CCC to #0372BE.
Make a post in this forum and hit the Preview button and scroll down to "Jump to:". Then hover over "Select a forum". The inputbox also changes from hex code #CCC to #0372BE.
How do I change these values for my own forum?
Re: <p> hover
Remove the code.
Go Here:
AP > Display > Colors & Pictures > Colors
There should be a option for hover color.
Go Here:
AP > Display > Colors & Pictures > Colors
There should be a option for hover color.

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: <p> hover
For the Username I have found this:
Go to your css and paste this:
fieldset dt:hover {
Color: black;
}
Or any other color
Go to your css and paste this:
fieldset dt:hover {
Color: black;
}
Or any other color
Re: <p> hover
@whitestone
your coding only changed the ":" after personalized fieldsets.
I changed your code and now it works.
Thanks tho cuz I wouldn't have figured this out without cha
your coding only changed the ":" after personalized fieldsets.
I changed your code and now it works.
- Code:
fieldset dl:hover dt label {color: >>COLOR HERE<<}
Thanks tho cuz I wouldn't have figured this out without cha
Re: <p> hover
@SLGray wrote:Remove the code.
Go Here:
AP > Display > Colors & Pictures > Colors
Colors Tab
There should be a option for hover color.

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: <p> hover
Topic solved and archived

Forum Rules : : Forumotion Staff : : Appeal A Warning : : FAQ : : Tips & Tricks : : Forgotten Password/Login Issues
You need one post to send a PM
When your topic has been solved, ensure you mark the topic solved
Never post your email in public

You need one post to send a PM
When your topic has been solved, ensure you mark the topic solved
Never post your email in public

Derri- Administrator
-
Posts : 8694
Reputation : 623
Language : English & Basic French
Location : Scotland, United Kingdom
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum