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;

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}]
 

Russ

Pixel Exit Staff
Menus are pretty universal, you could try targeting it like so:

Code:
.menu--structural
{
.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;
}
}

I believe the structural menus are mainly used in the header. Putting your CSS inside of that class as above is a LESS (CSS) feature and will target just structural menus.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.