How can I change the background color of my editme site?
Q: How can I change the background color of my EditMe site? I don’t see a specific button on my toolbar for that.
You can do this by modifying your site's Stylesheet. 1) Log into your site as an administrator. 2) Click Settings under Site in the Tools menu. Select "Styles" from the dropdown. Add the following to the top of the text box: body { background: Yellow; }
The color can be any of the named HTML colors, or any hex color code. See this site for an HTML colors reference.