soohan Posted August 7, 2012 Share Posted August 7, 2012 Hi, I would like to add background to my website and border line. But how? This is my website: http://www.lee-sports.com/ and I want to make it like: http://tivicr.com/flores/es/ Please help me. Thanks. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted August 7, 2012 Share Posted August 7, 2012 You can do this rather easily in your global.css. Change the body background to the color you want. To add a border to your site just add the following -- #page { background: none repeat scroll 0 0 white; border: 2px solid #000000; margin: 20px auto; text-align: left; width: 980px; } Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
soohan Posted August 10, 2012 Author Share Posted August 10, 2012 Is it You can do this rather easily in your global.css. Change the body background to the color you want. To add a border to your site just add the following -- #page { background: none repeat scroll 0 0 white; border: 2px solid #000000; margin: 20px auto; text-align: left; width: 980px; } Hope that helps! Marty Shue Is the global.css is the one inside public_html / themes / MyTheme / css / global.css? Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted August 10, 2012 Share Posted August 10, 2012 Yes, that is the one. Marty Shue Link to comment Share on other sites More sharing options...
soohan Posted August 11, 2012 Author Share Posted August 11, 2012 Tq!! I solved it !! Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted August 11, 2012 Share Posted August 11, 2012 Glad to hear it worked! Marty Shue Link to comment Share on other sites More sharing options...
Recommended Posts