C Cidrack Active member Mar 16, 2014 #1 hello, I would like to delete XenForo logo header, but I have no other right to a place in ... just want to leave without any logo, how to do? Thanks
hello, I would like to delete XenForo logo header, but I have no other right to a place in ... just want to leave without any logo, how to do? Thanks
P Paul B XenForo moderator Staff member Mar 16, 2014 #2 The easiest way is probably just to set the logo height to 0px: Upvote 0 Downvote
EQnoble Well-known member Mar 19, 2014 #5 Cidrack said: I would like to know another way... Click to expand... Hi there and welcome to the community. You could add this to the extra.css template... Code: #logo img { display: none; } I have to ask though. Do you have an idea of what you are trying to do to your header or are you just messing around in the hopes of finding a look that works for you? Upvote 0 Downvote
Cidrack said: I would like to know another way... Click to expand... Hi there and welcome to the community. You could add this to the extra.css template... Code: #logo img { display: none; } I have to ask though. Do you have an idea of what you are trying to do to your header or are you just messing around in the hopes of finding a look that works for you?
C Cidrack Active member Mar 19, 2014 #6 For now only clear the logo.... Thank You very much. Upvote 0 Downvote