• Resolved mames40

    (@mames40)


    Hi,
    I want to change the menu header bar color from purple to crimson. I tried changing the navigation menu background color to crimson in the radix options for header. I also tried using firefox introspector to find the navigational menu code which I thought to be #sub-header. I tried changing sub-header to

    #sub-header {
       background-color:#7c2427;
    }

    in my style sheet style.css but that didn’t work. How can I change the color of the navigational bar? Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter mames40

    (@mames40)

    I figured out how to change it in my stylesheet style.css

    div#sub-header {
       background-color:rgb(153,0,0)
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Radix Navigational Menu Bar -Not Changing Color’ is closed to new replies.