Mobile header

Posted in: Newspaper
Post count: 1

Hi Guys

need some help I’m using the default header style as its my favourite but my logo looks best in black when i go on the mobile site the mobile hear is black, when i change this with css to white the menu and search icon disappears is there a way to put my logo underneath the mobile header?

Post count: 7909

Hi,

You can change the color also for menu and search icons for mobile devices – http://screencast.com/t/yH6suuYNoPqA
as if you want to change the mobile logo position you will need custom work, and it is not so easy.

@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff!important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}

Thanks!

Post count: 25

Perfect! worked for me!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.