1
I just installed the newbb2 modual.
This modual has dropdown menus.
I have manged to change the style.css in my theme to change the actule dropdown menu.
ul {margin: 0px; padding: 0px; list-style: decimal inside; text-align: center; background-color: transparent; color: #ffffff;}
.level1 {background-color: transparent;}
.level2 {background-color: transparent;}
li {margin-left: 0px; list-style: square inside; background-color: transparent; color: #ffffff;}
div#content {text-align: left; padding: 8px; background-color: #000000;}
.submenu {background-color: transparent;}
but cant figure out how to change the dropdown menu titles background colour
The dropdowns menu title is set to
#2F5376
I dont want it set to this colour.
I have searched for this colour in my styles.css and it is not there
any ideas?