Changing the Color of the Content Area Background

You can change the background color of the content area on the right side of the page by editing the Tadpole Logon Styles section of the global.css file. This table shows how to edit files to change the default color to white.

Table 13-2 Changing the Color of the Content Area Background

Default Content Area Background White Content Area Background

.content table.content {

background: #e5eaef;

}

.content table.content {

background: #ffffff;

}