create180design 1 Report post Posted August 15, 2011 I want to add a color to the simple footer background to be the same width as the white canvas. Any help will be appreciated. http://floridafabric.rapidsys.com/ Share this post Link to post Share on other sites
Jenny 33 Report post Posted August 15, 2011 Add this to your custom CSS. Change the color to whatever you want: #footer, .fixed_width #footer { background-color: #FFFFFF; } ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
dinnozurian 0 Report post Posted November 10, 2011 Hi Jenny, I tried using your tip, yet it did not provide the correction to the error on my site www.rglglobal.com. My footer bkg color is just not showing up. (I'm so frustrated!). Do you know how can I add a black bkg to my site: www.rglglobal.com? Big Thanks, -Dz Share this post Link to post Share on other sites
Jenny 33 Report post Posted November 10, 2011 Hi Dz. Try what I suggested above, except adding !important to it, like this: [code]#footer, .fixed_width #footer { background-color: #000000 !important; }[/code] If you have the previous code I gave you in your custom CSS still, make sure you remove it. ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
dinnozurian 0 Report post Posted November 11, 2011 wrkd like a charm! Big thx. -Dz Share this post Link to post Share on other sites
Jenny 33 Report post Posted November 11, 2011 You're welcome! :) ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites