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.

Change Registration Form Field Color

3 posters

Go down

Change Registration Form Field Color Empty Change Registration Form Field Color

Post by inallsorts September 23rd 2013, 11:22 pm

Greetings to all,

A simple question (that I couldn't find In the ACP), how do you change the color of the registration form fields?

Here's what I mean (arrowed):

Change Registration Form Field Color 2ag6kok

Thanks In advance for all help.
avatar
inallsorts
Forumember

Posts : 246
Reputation : 8
Language : English

Back to top Go down

Change Registration Form Field Color Empty Re: Change Registration Form Field Color

Post by Ange Tuteur September 24th 2013, 12:37 am

Hello inallsorts,

You can change the color of the input boxes using this selector.

When you put this in your CSS it should highlight all the input boxes modified by this selector with a light yellow. You can then move on to whatever style you wish to add to them.
Code:
.inputbox{
background-color:#ffa;
}
If you don't want to change all of the input boxes you can use their unique selectors which I've also provided below for you. These codes should only modify the registration form fields.
Code:
input#username_reg.inputbox.post{
background-color:#ffa;/*Yellow*/
}
input#email.inputbox.post.ltr{
background-color:#faf;/*Pink*/
}
input#password_reg.inputbox.post.left.ltr{
background-color:#aff;/*Cyan*/
}
Putting those in you CSS will change the color of those registration fields. I've marked their colors in comments so its easy to figure out which is which.

You can apply these by navigating to..
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet

Then you just paste the codes you want and hit the submit button to apply the changes. If you have anymore questions regarding this please ask. Smile
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Change Registration Form Field Color Empty Re: Change Registration Form Field Color

Post by inallsorts September 24th 2013, 1:56 pm

Hello Sethc1995,

Firstly, I truly thank you for you help here. Unfortunately, both the given codes failed to make any changes. I'm not sure what to next?
avatar
inallsorts
Forumember

Posts : 246
Reputation : 8
Language : English

Back to top Go down

Change Registration Form Field Color Empty Re: Change Registration Form Field Color

Post by Ange Tuteur September 25th 2013, 12:20 am

Can you please provide me with a link to your forum then?
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Change Registration Form Field Color Empty Re: Change Registration Form Field Color

Post by inallsorts September 25th 2013, 5:44 am

SethC1995 wrote:Can you please provide me with a link to your forum then?
It's fine now, rather than trying to fix the Issue to no avail, I've applied a new theme and all Is perfect.

Thanks again for your help.
/Thread.
avatar
inallsorts
Forumember

Posts : 246
Reputation : 8
Language : English

Back to top Go down

Change Registration Form Field Color Empty Re: Change Registration Form Field Color

Post by SLGray September 25th 2013, 11:55 pm

Since no real solution was given, this topic will be garbaged.


Change Registration Form Field Color Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


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