change header color on mobile?

Posted in: Newsmag
Post count: 280

Hello

can i change header color? because i don’t want use logo on mobile,

http://www.screencast.com/t/TYFlgWqS

please help

Post count: 6535

Hi

Try this css:
@media(max-width: 768px){
.td-header-main-menu{
background-color: green;
}
}

Thanks!

Post count: 280

thanks man

any chance to hide the while header on mobile?

  • This reply was modified 10 years by Lewis.
Post count: 6535

Hi

Use this code:

@media(max-width: 768px){
#td-header-menu{
display: none;
}
}

Thanks!

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