Hi there
I’d like to change the color of the bar (https://ffw.uandme.ch/ueber_uns/ -> cyan bar) which is under the navigation – depending on the selected menu item in the main navigation. Example: For “Über uns” the bar should appear in red, for “Für Kinder & Eltern” in blue. What to do?
Hey,
Please add code block element to your pages and add following code inside it
<style>
.title_container {
background-color: orange;
}
</style>
It would change title bar background color on that certain page. For each page you can add Code Block element, insert this code into it and then change color value.
Best regards,
Yigit