The content table within the Magazine style declares a specific background color. Therefore, if you want to add a background image or perform other similar customizations, those modifications will be hidden by the content of the table where the entries appear. In order to see your customizations, you will need to make the content tables transparent. The following overrides provide instructions on how to do this.
Remember that you will need to merge these overrides with your existing overrides.
GLOBAL_HEAD<=
<style type="text/css">
<!--
#content {
background: transparent;
}
-->
</style>
<=GLOBAL_HEAD
Remember that you will need to merge these overrides with your existing overrides.
Variable Reference: | GLOBAL_HEAD |
Additional References: |