Skylined Well-known member Sep 8, 2015 #1 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?
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?
rafass Well-known member Sep 8, 2015 #2 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 Upvote 0 Downvote
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