Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Borders in login.php


DavidR

Recommended Posts

I've looked in the style sheets and login.php and can't find the bit that defines the borders around the two boxes in the middle of the login page (the ones under New Customer and Returning Customer). Can someone give me direction on this? Thanks.

 

David

Link to comment
Share on other sites

Sorry :roll:. I have 2.2 (12-15 Snapshot). In this instance, I am trying to find out how to change the borders around the two boxes described. I've noticed other sites where the basic layout is obviously OSC, but the colors and graphics used are changed to make it look nice. When I posted (and still) I was trying to find out where these boarders were defined. I didn't find any css that seemed to apply. They look like maybe 1px table or cell boarders in that OSC shade of blue. Does that help? Thanks!

 

David

Link to comment
Share on other sites

I *think* it will be the formArea class in stylesheet.

Easy trick to make sure:

 

look at the html source... search for an obvious text like 'Login' and see which class is attached to the <td> tag....

 

<td class="whateverClass">blabla

 

then changing the stylesheet class

TD.whateverClass {

...

}

 

will affect it.

 

Hth

Mattice

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...