Below is my page structure. Let's say I want my active-trail to be red. I have tried every combination of CSS I can think of to make this happen.
<div id="menu">
<ul class="links primary_menu">
<li class="menu-121 active-trail first">
</li>
</div>
Can anyone help me find the correct CSS?
Thank you!
Comments
Comment #1
ejb commentedI figured it out.
#menu .primary_menu li.active-trail a {
color: red;
}
Comment #2
whispero commentedHi ejb,
Glad you figured that out. Marking this as fixed. Any other issues, post here.
- Whispero