Thursday, June 25, 2015

Park Louis | Change the Background Color of the Content Area

The code below is how you change the content area of the layout Park Louis, it needs to be added in the Edit Head Section.

Original Content Area:

Park Louis | Change the Background Color of the Content Area

After the changes:

Park Louis | Change the Background Color of the Content Area

Code:

/**THE CODE STARTS HERE**/
<style>

#content_area {
background-color: red!important;
}

</style>
/**THE CODE ENDS HERE**/

Note: Just change the value "red" to any color you want.