[ARCHIVED] CSS help to change module background color
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2020
01:15 PM
We are wanting to change the background color of all modules from the default white to an off white color -probably something like FDF5E6. I know the content we need is something like:
body { background-color: #FDF5E6; }
I am not sure if I just need to copy this to a text file and then save it with the .css extension, or if we need to include more html code than just the fragment above.
Do we need to include an entire html document:
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #FDF5E6;
}
</style>
</head>
</html>
Has anyone else done this? Would you mind sharing your .css file for us to edit and use?
thanks.
wade
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.