ammir 0 09/16/2009 04:27 AM (edited) Can you tell me please how can i remove this border . and skin well be look like fluid style . see in screen short what i mean Edited September 16, 2009 by ammir Share this post Link to post
Fisana 700 09/16/2009 07:56 AM Look & Feel > Manage Skin Sets & Templates > Manage Templates in delicate_blue > CSS Open ipb_styles.cssFind and remove#ipbwrapper { background: url({style_images_url}/wrap.jpg) top left no-repeat; } Find#corner{ background: transparent; padding: 0; margin: 0px auto 10px auto; width: 90%; min-width: 900px; }Replace with #corner{ background: transparent; padding: 0; margin: 0px auto 10px auto; width: 98%; } Share this post Link to post
ammir 0 09/16/2009 12:48 PM thankyou for help 1 more question . how can i change Our Board Statistics background color . see screen short Share this post Link to post
Fisana 700 09/16/2009 04:59 PM If you want...ipb_styles.cssFind#content #board_statistics.general_box, #blog_statistics.general_box { background: #444; border: 0; } Replace #444 But you have to change the color of fonts in several classes below. Share this post Link to post
ammir 0 09/17/2009 02:27 AM yes when iam change color then font color show very light . can u please more explain me how can i change fonts color also ? thank you Share this post Link to post
Fisana 700 09/17/2009 08:05 AM Change the color of fonts in several classes below.All #bbb; Share this post Link to post