realhotstuff Posted October 2, 2009 Posted October 2, 2009 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.
medved Posted October 3, 2009 Posted October 3, 2009 first one: select{ border: solid #000000 1px; background-color: #222222; color: #000000; }
medved Posted October 3, 2009 Posted October 3, 2009 or this .navh2 { background-color: #222222; color: #990000; font-weight: bold; width: 120px; }
realhotstuff Posted October 5, 2009 Author Posted October 5, 2009 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?
medved Posted October 5, 2009 Posted October 5, 2009 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?
realhotstuff Posted October 5, 2009 Author Posted October 5, 2009 You are so right. I copied back the original one and got it fixed. Thanks so much for your help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.