Changing Textbox colors
3 posters
Page 1 of 1
Changing Textbox colors
Well my forum has all the textboxes set to white but I would really like my text to be white. So I am changing the color of all my textboxes to #232323. I currently changed the quick reply box, and the edit box. I need to now change the username/password login boxes and the Title topic/title description boxes.
I already know how to add it into the CSS stylesheet but I need the codes for the following:
Username/pasword textbox color
Topic title box color
Topic description box color
and I guess all other textboxes.
Thanks in advance,
I already know how to add it into the CSS stylesheet but I need the codes for the following:
Username/pasword textbox color
Topic title box color
Topic description box color
and I guess all other textboxes.
Thanks in advance,
Yous000- Forumember
- Posts : 240
Reputation : 4
Language : English
Re: Changing Textbox colors
Hi,
PhpBB3? Try adding this to CSS:
Change the red to the one you want.
PhpBB3? Try adding this to CSS:
- Code:
.inputbox {
background: red !important;
}
Change the red to the one you want.
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Changing Textbox colors
Solved.
Much appreciated.
Much appreciated.
Yous000- Forumember
- Posts : 240
Reputation : 4
Language : English
Re: Changing Textbox colors
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum