XF 1.3 Xenforo Logo

Cidrack

Active member
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
 
I would like to know another way...

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?
 
Top Bottom