CSS help to change module background color

wmercer
Community Member

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

0 Likes