howto_user wrote in howto

[magazine] content table transparency

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.

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:
  • Merging Your GLOBAL_HEAD
  • How do I add a background image in S1?
  • What are overrides? How do they work?