Hello,
I´m more or less a beginner… and sorry for my english… 🙂 I need help.
My menu has 5 points. “technic”, “contact”, “Archiv”, “calendar”, “Special”
I set my colors, graphics, fontstyle… via nirvana Settings. Now I need a way to change my colors and the header image, after clicking “Specials”.
How can i achive this? I tried something like this (custom css):
.page-item-183 {
background-color: #144377 !important;
background: url(/wp-content/uploads/2015/09/Header_Logo.png) no-repeat;
}
The color changes, but only from the “Special” button an not the whole menubar. Also the header-Image isn´t changing…
Please help.