Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how and where do i change the colour of the borders of the boxes pleaseeeeeeee


kallista

Recommended Posts

I posted this before, and got a answer but i cant find where it is, and no one was answering me, maybe thinking i was being helped.

so please can someone help me on this.

 

 

i know how to change the colour of the top of the boxes but not the lines going down the sides. also how do i remove the gray squares on each side of the top of the boxes to match the colour i have there.

 

here is the site url to see what i am talking about

www.amagicforest.com

please help

thank you for helping me

kalli

 

 

the only answer i got was this

 

its in your stylesheet.css

 

 

 

then i answered to that with this

 

looked there cant find it, maybe i am blind?

any idea where in there please?

Link to comment
Share on other sites

I posted this before, and got a answer but i cant find where it is, and no one was answering me, maybe thinking i was being helped.

so please can someone help me on this.

i know how to change the colour of the top of the boxes but not the lines going down the sides. also how do i remove the gray squares on each side of the top of the boxes to match the colour i have there.

 

here is the site url to see what i am talking about

www.amagicforest.com

please help

thank you for helping me

kalli

the only answer i got was this

 

its in your stylesheet.css

then i answered to that with this

 

looked there cant find it, maybe i am blind?

any idea where in there please?

 

There's actually more than one:

 

Here:

 

TABLE.productListing {
 border: 0px;
 border-style: solid;
 border-color: #00ff00;
 border-spacing: 0px;
 background: #00000
}

 

and here:

 

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

Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!!

 

Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience.

 

The quickest way to learn is to forget to BACKUP!

Link to comment
Share on other sites

There's actually more than one:

 

Here:

 

TABLE.productListing {
 border: 0px;
 border-style: solid;
 border-color: #00ff00;
 border-spacing: 0px;
 background: #00000
}

 

and here:

 

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

 

YOUR THE GREATEST

THANK YOU ComicWisdom

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...