cannabis ape
Customer
Couldn't find any way in Header and navigation. Tried to change all of them but it's not there, so did it in CSS. Took me quite long compared to someone like you and was happy it looked the way I like it, however, I soon to find out it affects other parts of the forum. First thing I noticed was the style chooser. Is there now way to customize the menu drop down box without effecting any other elements on the forum?
This the CSS I used;
This the CSS I used;
Code:
/* dropdown menu styling*/
.menu-content {
border-top: 3px solid #1B448C;
background:#1B448C;
}
.menu-linkRow {
color: white;
}
.menu-arrow {
border-bottom-color: #1B448C;
}
.menu-linkRow:hover {
background:#1B448C;
color: white;
font-weight: bold;
}
[/code}]