This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Eva Kemp
i would like to change the menu bar color. how can i do that, instead of black i would like it in green.
And the background i would like to change. i can do it with .st-content {
background-image:url(‘…’);
}
but then the background from the menu also changes. is it possible to do only the background and not the menu background?
thanks
Hello,
As I see you’ve added this code for header:
.header-wrapper.header-type-5.header-scrolling {
background-image: url("http://www.berendetimmerwerken.nl/wp-content/uploads/2014/02/brownboard.jpg");
}
change it to:
.header-wrapper.header-type-5.header-scrolling {
background-color: green;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up