Header background for mobile view

Hi! Please precise how to change background color for the header on mobile? It's dark, but I would like to have it in white as tablet and desktop version.


Comments

  • And one last question - how to make action bar (top bar) visible on mobile?

  • Hi,

    Header on mobile takes its color from Betheme -> Theme options -> Colors -> Header: Top Bar Left background.

    To show the Action Bar on mobiles, please, use the following CSS code:

    .mobile-header-mini #Action_bar{
       display: block!important;
    }
    

    Thanks

Sign In or Register to comment.