HI everybody
how to remove the logo. and replace it with the menu (move the menu up)
thanks
HI everybody
how to remove the logo. and replace it with the menu (move the menu up)
thanks
Hey,
Just add this on your custom.css
#top .bg-logo, #top .bg-logo a {
display: none;
}
Regards,
Ismael
Hi,
I used this line of code to remove the logo on a site as the logo is in the header image: http://getset.wheelgoo.com/
Is there a way to have the nav, social icons and search bar on the same line and make it much narrower so there is much less white space?
Thanks
Hi lizcable,
Try to add this code in your custom.css:
.header_meta {
top: 0;
margin-top: 2px;
}
.main_menu {
margin-top: 15px;
}
#header .container {
min-height: 42px;
}
or if the code above doesn't work, then try to use this instead:
.header_meta {
top: 0 !important;
margin-top: 2px !important;
}
.main_menu {
margin-top: 15px !important;
}
#header .container {
min-height: 42px !important;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.