My forum have a custom header. I have placed my html code in header template, also added a link to css like
Code:
<link rel="stylesheet" type="text/css" href="/menu.css" />
The problem is it take some time to load the CSS, the menu in header based on list item shows as list item, after a few seconds it displays normally after CSS loaded.
On which template i need to add my CSS so it load properly ?