ForexTalk Member Aug 6, 2016 #1 Hello, I want to remove the logo and use text instead. Can you please guide me how to do it? Thank you.
Hello, I want to remove the logo and use text instead. Can you please guide me how to do it? Thank you.
Steve F Well-known member Aug 6, 2016 #2 Edit template logo_block and comment out the the below or replace it with your text.. HTML: <img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" /> Add some CSS for it in the EXTRA.css template Code: #logo a { font-size: 30px; font-family: arial; color: #a5cae4; text-decoration: none; } #logo a:hover { text-decoration: none; } Upvote 0 Downvote
Edit template logo_block and comment out the the below or replace it with your text.. HTML: <img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" /> Add some CSS for it in the EXTRA.css template Code: #logo a { font-size: 30px; font-family: arial; color: #a5cae4; text-decoration: none; } #logo a:hover { text-decoration: none; }
M mcloud Member Apr 9, 2019 #5 wands said: Will this work for XF2 as well? Thank you! Click to expand... same question Upvote 0 Downvote
Steve F Well-known member Apr 9, 2019 #6 No it won’t, I would need to check on that. Upvote 0 Downvote