BamBam Active member Jul 11, 2013 #1 Hi, I want to remove my Logo from the Header, how can i do this? I have removed the Path from the Style Properties, but now it looks like this: I want to remove it completely, so that only the Backround Image is visible. Thx! Last edited: Jul 11, 2013
Hi, I want to remove my Logo from the Header, how can i do this? I have removed the Path from the Style Properties, but now it looks like this: I want to remove it completely, so that only the Backround Image is visible. Thx!
Vincent Well-known member Jul 11, 2013 #2 Go to the "logo_block" template and change the following line: Code: <img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" /> to Code: <xen:comment><img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" /></xen:comment> Upvote 0 Downvote
Go to the "logo_block" template and change the following line: Code: <img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" /> to Code: <xen:comment><img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" /></xen:comment>