css for custom headers

I’m not sure where to put this but I’m using the menu application at the moment so here it goes.

I figured out how to upload my own template for the header and it works great. However, I’m also using a modified theme and when it loads, the theme’s header css isn’t affecting my custom header template.

Is there something I need to add to my template to make it be affected by the css?

Thanks

Dave

PS. here is my custom header template… very basic for now:

<table width="100%" height="25">
<tr>
<td style="text-align: left; font-size: 12px; padding-left: 10px;">{dw_version}</td>
<td style="text-align: center; font-size: 18px; font-weight: bold;">{dw_client}</td>
<td style="text-align: right; font-size: 12px; padding-right: 10px;">{dw_date}</td>
</tr>
</table>

Re: css for custom headers

we need to see the html generated to see the final html.

Re: css for custom headers

I found the missing pieces:

Table class=“scMenuHHeader”

TD class=“scMenuHHeaderFont”

Thanks,

Dave

Re: css for custom headers

The extra H is for Horizontal menu.

Treemenu problably is scMenuTHeaderFont.

good luck