urfawebnet Posted May 27, 2010 Share Posted May 27, 2010 Hi everybody,I want to change my borders line colors.for example,prdocts,basket,manufacturer boxes border line colors.Thank you Link to comment Share on other sites More sharing options...
urfawebnet Posted May 27, 2010 Author Share Posted May 27, 2010 ı think you understand.change line' s ,border color gray to blue Link to comment Share on other sites More sharing options...
rocky Posted May 27, 2010 Share Posted May 27, 2010 Do a search for the word "border" on your global.css file and you will find all the places where borders are used. Change the hex code to whatever colour you want the border to be.For example, on lines 1630-1637 of themes/ex-blue/css/global.css is this block, which controls the product listings: ul#product_list li { background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x; border: solid 1px #d0d3d8; padding: 6px; height:130px; clear:both; margin-bottom:0.3em; } You can change #d0d3d8 after border: to "blue" or a hex colour to choose a specific type of blue. You can remove the grey gradient background by removing the background: line, or you could edit the image and change the colour of it. Link to comment Share on other sites More sharing options...
urfawebnet Posted May 28, 2010 Author Share Posted May 28, 2010 very thank you for your helps.I did them.but top and foot lines(borders) dont changed.where did ı make mistake? Link to comment Share on other sites More sharing options...
rocky Posted May 28, 2010 Share Posted May 28, 2010 Those grey borders are actually images. You need to edit themes/ex-blue/block_header.gif and themes/ex-blue/block_footer.gif and change the grey to blue. Link to comment Share on other sites More sharing options...
urfawebnet Posted May 28, 2010 Author Share Posted May 28, 2010 very very thank you Link to comment Share on other sites More sharing options...
Recommended Posts