Hristo Avramov Active member Nov 14, 2014 #1 I removed the logo from the styles menu, but there is now link with the title of my forum in the place of the logo. How can I remove it?
I removed the logo from the styles menu, but there is now link with the title of my forum in the place of the logo. How can I remove it?
Amaury Well-known member Nov 14, 2014 #2 A screenshot and link to your forum would help. Upvote 0 Downvote
EQnoble Well-known member Nov 14, 2014 #3 edit template: logo_block comment out or remove: Code: <img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" /> Upvote 0 Downvote
edit template: logo_block comment out or remove: Code: <img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" />
E Emil JaBo Active member Nov 15, 2014 #4 What does comment out mean? (Noob question) Upvote 0 Downvote
Hristo Avramov Active member Nov 15, 2014 #5 Emil JaBo said: What does comment out mean? (Noob question) Click to expand... <xen:comment> This content is commented out </xen:comment> Upvote 0 Downvote
Emil JaBo said: What does comment out mean? (Noob question) Click to expand... <xen:comment> This content is commented out </xen:comment>
E Emil JaBo Active member Nov 16, 2014 #6 Thank you, so essentially it keeps that part of the code there but the comment out text stops it from being implemented. Upvote 0 Downvote
Thank you, so essentially it keeps that part of the code there but the comment out text stops it from being implemented.
Amaury Well-known member Nov 16, 2014 #7 Emil JaBo said: Thank you, so essentially it keeps that part of the code there but the comment out text stops it from being implemented. Click to expand... Correct. Upvote 0 Downvote
Emil JaBo said: Thank you, so essentially it keeps that part of the code there but the comment out text stops it from being implemented. Click to expand... Correct.