Jump to content
thirty bees forum
  • 0

Multistore - change navbar-header color for specific store


Beeta

Question

2 answers to this question

Recommended Posts

  • 1

I've just pushed this to bleeding edge.

Your body tag will now have class depending on selected context, for example mulstistore-context-all, multistore-context-group-1 or multistore-context-shop-2

You can add custom css into <admin_dir>/themes/default/css/overrides.css

body.multistore-context-shop-3 .bootstrap #header_infos {
    background-color: lightgreen;
}

 

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...