Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with new site


realhotstuff

Recommended Posts

Posted

I just set up a new site and I am having problems with the site. I hope someone can give me some suggestions to help me resolve the issues.

 

first one.

http://www.0shippingzone.com/product_info....products_id=468

I can't find the place to change the background color of the pull down menu. It is set to black now and I would like to change the color to something else. Can someone let me know which entry to change in the CSS file?

 

second issue.

I am also having hard time with the main page: http://www.0shippingzone.com/

The bar under the header ('My Account| Cart Contents! Checkout') does not go all the way to the right. While the other pages like https://www.0shippingzone.com/login.php go all the way to the right. Can someone give me some suggestions to fix the problem?

 

I used one of the theme from Contribution area. I really need some help from people here.

 

Thanks in advance for all your help.

Posted

first one:

 

select

{

 

border: solid #000000 1px;

background-color: #222222;

color: #000000;

 

}

Posted

or this

 

.navh2
{
background-color: #222222;
color: #990000;
font-weight: bold;
width: 120px;

}

Posted

first one:

 

<!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->select

{

 

border: solid #000000 1px;

background-color: #222222;

color: #000000;

 

}<!--QuoteEnd--></div><!--QuoteEEnd-->

 

Thanks for the help.

 

Anyone else can help me with the 2nd problem?

 

Where should I look for to change the code so the bar go straight to the right?

Posted

try to upload index.php from backup. There is probably some closing tag or other tag missing. What did you do last before that happen?

Archived

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

×
×
  • Create New...