Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #862426

    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?

    #862629

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.