Need help with CSS to style active-trail

ejb - March 11, 2009 - 01:16
Project:CSS
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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!

#1

ejb - March 11, 2009 - 14:07

I figured it out.

#menu .primary_menu li.active-trail a {
color: red;
}

#2

whispero - March 12, 2009 - 09:58
Status:active» fixed

Hi ejb,

Glad you figured that out. Marking this as fixed. Any other issues, post here.

- Whispero

#3

System Message - March 26, 2009 - 10:00
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.