Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing a color or the theme for the kart


Guest

Recommended Posts

I am very new to php, I know ASP. I took over a web site that is php and I am recreating the same look and feel on another server, for a different web site.

 

How can I change the color of the background or put the theme from the other web site. I really just need to change the color of the backgroun and a few minor things I can't figure it out.

 

can anyone help me?

Link to comment
Share on other sites

I am very new to php, I know ASP. I took over a web site that is php and I am recreating the same look and feel on another server, for a different web site.

 

How can I change the color of the background or put the theme from the other web site. I really just need to change the color of the backgroun and a few minor things I can't figure it out.

 

can anyone help me?

 

 

Take a look in your style sheet, you can change the background colour to whatever you want.

 

body {

background: #ffffff;

color: #000000;

margin: 0px;

margin:0;

}

Link to comment
Share on other sites

Take a look in your style sheet, you can change the background colour to whatever you want.

 

body {

  background: #ffffff;

  color: #000000;

  margin: 0px;

  margin:0;

  }

 

 

Thanks!!

I feel really bad asking this but I can't find the main style sheet? can you tell me where it is? or at what directory it should be in?

Link to comment
Share on other sites

Thanks!!

I feel really bad asking this but I can't find the main style sheet? can you tell me where it is? or at what directory it should be in?

 

 

It's in the main folder public_html/yourcartname

It's under stylesheet.css

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...