kim_purcell
Kilo Explorer

If you are trying to add a background image to your CMS header, you will likely encounter an issue when you change your Portal Header setting from Colored Bars to Gradient/Image in versions prior to Eureka:

 

Screen Shot 2014-11-11 at 11.27.12 AM.JPG

 

 

 

 

Not only will your background image not show up, but this will also cause your portal page header to go blank. You won't see any of your menu items unless you hover over them (yep, they are still there):

 

Screen Shot 2014-11-11 at 1.38.14 PM.JPG

 

There are a couple of ways to fix this. You can adjust the Default CSS or the UI Macro:

 

To fix in Default CSS:

  1. In the navigation filter, enter Design.
  2. Go to Style Sheets > Default CSS > Gray CSS Header.
  3. Add style:  
    div.cms_header table.cms_header_table{
            background: transparent;
    }

 

To fix in UI Macro:

  1. In the navigation filter, enter UI Macro.
  2. Go to render_content_block_header.
  3. Add style:
    <table class="cms_header_table" cellpadding="0" cellspacing="0" border="0" width="100%" style="background: transparent;">

 

You should now be able to enjoy your header and image background on your portal page:

 

Screen Shot 2014-11-11 at 1.17.02 PM.JPG

For more information, see: Headers not displaying when background is set to Gradient/Image