Actionbar color in mobile version

Hey Guys,

i´d like to change the color of the actionbar if i go to the mobile version, what you here see is the normal color at PC mode:
image
But if i go to the responsive version, it changes to white because of this CSS:
@media ;only screen and (max-width: 767px)
#Top_bar, #Action_bar {
  1. background: #ffffff !important;

I also tried to change this css in the custom css section but it dont work.

Can you help me out guys, because right now the mobile header looks like this:
image

Comments

Sign In or Register to comment.