bouketoballoons Posted November 16, 2012 Share Posted November 16, 2012 Im attaching one picture with some small problems im having with the product list , If there is someone that could help me with those issues I would be very grateful. Thanks again Anna Link to comment Share on other sites More sharing options...
yaniv14 Posted November 17, 2012 Share Posted November 17, 2012 What is your site URL Link to comment Share on other sites More sharing options...
bouketoballoons Posted November 21, 2012 Author Share Posted November 21, 2012 shop.balloon.gr Thanks again Link to comment Share on other sites More sharing options...
yaniv14 Posted November 21, 2012 Share Posted November 21, 2012 (edited) To change your background color of the table you need to edit themes/default/css/global.css. #center_column .sortPagiBar { padding:10px; font:normal 11px Arial, Verdana, sans-serif; color:#666; background:#eee; <--- this is your background color } this will change all gray background in the screen, if you want only the product background and not the rest you need to add background: color_your_want; to themes/default/css/product_list.css at: #product_list li. your button style located at lines 139-149 in your global.css position:relative; display:inline-block; padding:5px 7px; border:1px solid #cc9900; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-weight:bold; color:#000; background:url(../img/bg_bt.gif) repeat-x 0 0 #f4b61b; <--- this is the button color( image ) cursor: pointer; } the reason your center column in align to the left in because you don't have any module hooked to the left column, basically you can add margin-left: 222px; to center column (I don't know if this is the best way to do it) So just edit global.css line: 45 and add it so it will look like this: #center_column {background:#FFFFFF;margin-left: 222px;} Just after making all the changes make sure you test few pages on your site and make sure you clear your browser cache (ctrl+f5 few times) Edited November 21, 2012 by yaniv14 (see edit history) Link to comment Share on other sites More sharing options...
bouketoballoons Posted November 28, 2012 Author Share Posted November 28, 2012 Thank you yaniv14 You have helped me very much all in this forum! I have another (last I hope ) question can I add an attachment box above "comments " in (first step of completion of the order) similar to the one that is at "contact us"? Thanks again Anna Link to comment Share on other sites More sharing options...
yaniv14 Posted November 28, 2012 Share Posted November 28, 2012 I will check if I can make something for you, but if you don't mind spending few bucks I think that this module will be good for you. http://mypresta.eu/modules/ordering-process/order-images-uploader.html read all the description and also you can check the demo site. Link to comment Share on other sites More sharing options...
Recommended Posts