How to change mobile header color?

Posted in: Newspaper
Post count: 16

I know i can change colors at theme colors, but the options are only for desktop. How can i change the header color from black to white at default theme?

Post count: 16

Here: https://forum.tagdiv.com/topic/change-bg-color-on-mobile-header/

The problem is that when the page loads it’s still black. Than goes to white

  • This reply was modified 11 years by nelito.
Post count: 7909

Hi,

A solution is to make your change directly in the style sheet – http://screencast.com/t/HNCwhp9a8OLn

Thanks!

Post count: 12

Hi
That works but now i can’t see the menu bar. Its all white now.

Post count: 7909

Hi,

I’m not sure what you mean, you can change to a different color. Please provide more details what did you change and also you site url so we can take a look. You can also Theme Panel > Custom Css and add this code instead of changing it in the stylesheet file:

@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: red !important;
}
}

Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.