thickness of borders on text boxes on forms

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Sat Aug 21, 2010 11:35 pm
Hi,

just wondered what css file i need to edit and what code to use to make all my forms (using different components) on www.bisc.org.uk/newjoomla.

The boxes can hardly be viewed to fill in.

Please can someone help me.

thanks
stewart
User avatar
Fresh Boarder

GK User
Sun Aug 22, 2010 10:07 am
can u show me what exactly you want changed...
User avatar
Platinum Boarder

GK User
Thu Aug 26, 2010 11:52 pm
sorry for delay, just returned from hols

have attached a screengrab with an arrow pointing to the input box.

These input boxes on various different form pages (including http://www.bisc.org.uk/newjoomla/index. ... &Itemid=84 and http://www.bisc.org.uk/newjoomla/index. ... individual ) need to be either thicker or colour changed because very difficult to view the boxes on the screen.

just wondered how i go about change the color or thickness of the input boxes on forms.

hope this makes some sense.

many thanks for your help
stewart
User avatar
Fresh Boarder

GK User
Thu Aug 26, 2010 11:53 pm
here is screen grab again
User avatar
Fresh Boarder

GK User
Fri Aug 27, 2010 1:33 am
Hi

(This is a suggestion)

Try adding this code on template.css file:

Code: Select all
#component input,#component select,#component textarea {border-color: #ccc;background: #eee}
User avatar
Platinum Boarder

GK User
Fri Aug 27, 2010 11:37 pm
thats brilliant. it worked. many thanks for your help.
User avatar
Fresh Boarder

GK User
Sat Aug 28, 2010 12:04 am
No problem. ;)
You might also add this code for the "Next Step" button.

Code: Select all
input#next{color: #888;border: 1px solid #ccc}
input#next:hover {color: #fff;background: #ccc}
User avatar
Platinum Boarder

GK User
Sat Aug 28, 2010 8:55 am
that works well as well. :)
thanks alot. i've got a lot to learn.
User avatar
Fresh Boarder


cron