XF 1.5 Hide logo and link whole header

Skylined

Well-known member
I have an important event coming and I would like to hide the logo and have the whole header link to a specific thread.

Is this possible?
 
why don't use a notice instead?
anyway, to hide the logo you can use:
Code:
#logo img {
    display: none;
}
and to add something in the header you can use ad_header template
 
Top Bottom