megatr0n Posted December 10, 2009 Share Posted December 10, 2009 I am trying to change the default blue background of the template to another color like say white or grey. I have searched the forum, the css file in default folder, the css file in the portal folder and I still can't figure out how to do it. Thanks in advance. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted December 10, 2009 Share Posted December 10, 2009 It's a background image in style.css 0 Quote Link to comment Share on other sites More sharing options...
megatr0n Posted December 10, 2009 Author Share Posted December 10, 2009 Is it possible you could be a little bit specific? I tried renaming content_container_bg.gif and bg_background.gif to something else but I still see the blue. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted December 10, 2009 Share Posted December 10, 2009 The blue background is bg_background.gif Did you try clearing your browser cache after you renamed it? 0 Quote Link to comment Share on other sites More sharing options...
megatr0n Posted December 10, 2009 Author Share Posted December 10, 2009 I cleared out my browser history like three times but I am still that blue area bordering(surrounding) the main content area. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted December 10, 2009 Share Posted December 10, 2009 You asked for the background not the border around the content container!! Check the bold red part for the border color in the line below from style.css #content_container{background:#FFF url(images/content_container_bg.gif) repeat-y;border:5px solid #258;color:#666;margin:20px auto 0;padding:0;text-align:left;width:950px;} 0 Quote Link to comment Share on other sites More sharing options...
megatr0n Posted December 10, 2009 Author Share Posted December 10, 2009 My bad. I do see an effect. It is smaller but still there. This is similar to what I am seeing right now after doing what you recently suggested. http://forum.whmcs.com/showthread.php?t=25316&highlight=portal+default This is what I have done. #content_container{background:#FFFFFF url(images/content_container_bg.gif) repeat-y;border:5px solid #FFFFFF;color:#FFFFFF;margin:20px auto 0;padding:0;text-align:left;width:950px;} 0 Quote Link to comment Share on other sites More sharing options...
megatr0n Posted December 10, 2009 Author Share Posted December 10, 2009 After much trial and error, this is what I had to do to change it. Replace the yellow text with something else. body{background-color:#369;background-image:url(images/bg_background.gif);background-repeat:repeat-x;margin:0;padding:0;}. Sparky your comments were helpful. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.