Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing the css for the form input boxes


Guest

Recommended Posts

Posted

Hello everyone!

 

I've looked and looked and searched forever but I can't figure this (seemingly easy) CSS edit out. :'(

 

All I need to do is to change or to completely remove the styles from the form boxes. You know, that thin blue line that surrounds the search boxes and drop down menus.. where is that at?!?! I'm going crazy. :(

 

Thank you.

Posted

Well, last night I spent 2 1/2 hours editing & commenting EVERY single line of that effin file, so there you are, that's your lucky day!

 

/catalog/stylesheet.css

 

BACKUP!

BACKUP!

BACKUP!

BACKUP!

BACKUP!

 

then at about line 103 (on my file at least) you'll find

 

.infoBox {

background: #xxxxxx;

}

 

I don't exactly know what's going to happen if you remove it,

I would say it's easier to set it the same colour as the background.

 

Take care,

 

Marco

 

 

Hello everyone!

 

I've looked and looked and searched forever but I can't figure this (seemingly easy) CSS edit out.  :'(

 

All I need to do is to change or to completely remove the styles from the form boxes. You know, that thin blue line that surrounds the search boxes and drop down menus.. where is that at?!?! I'm going crazy.  :(

 

Thank you.

Posted
then at about line 103 (on my file at least) you'll find

 

.infoBox {

  background: #xxxxxx;

}

 

I don't exactly know what's going to happen if you remove it,

I would say it's easier to set it the same colour as the background.

 

Take care,

 

Marco

 

Nope. Didn't work :'( Thanks for your help though. There's definately some type of style being applied to all form elements somewhere. Even when I add a new search box that has no class or id tagged to it, it STILL displays as a solid white box with a blue border - definately not the default look I'm searching for.. hmmm

Posted
Nope. Didn't work  :'(  Thanks for your help though. There's definately some type of style being applied to all form elements somewhere. Even when I add a new search box that has no class or id tagged to it, it STILL displays as a solid white box with a blue border - definately not the default look I'm searching for.. hmmm

 

 

TABLE.formArea { background: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px;}

Treasurer MFC

Posted
TABLE.formArea          { background: #f1f9fe;  border-color: #7b9ebd;  border-style: solid;  border-width: 1px;}

 

That doesn't work either, this is really messed up. :( Even when I add a plain input box it's displayed as a white box with a 1px blue border - even when I don't add any CSS to it. There must be a "global setting" somewhere that's effecting this, it's driving me insane!! :'( Thank you guys for your help so far! :D

Posted

ok. I've ruled out stylesheet.css as the problem, I just deleted it and looked at my store and sure enough all of the form elements are still styled.. crap :angry:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...