Active
Project:
Marinelli
Version:
7.x-3.0-beta9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2011 at 16:01 UTC
Updated:
26 May 2011 at 21:03 UTC
Right now each secondary link is followed by a "|" which is great. However, I do not want it to appear for the last secondary link.
I've found the code in css/secondary-links.css, but would need assistance in removing it just for the last secondary link.
#navigation-secondary li:after{
content:"|";
}
Comments
Comment #1
komal.savla commentedHi,
Add this in your css file
Thanks,
Komal
Comment #2
shinz83 commentedHmm. I added it after and before this code in the secondary links css file...
But no luck.
Comment #3
Lars Jansen commentedMe neither. Why the heck does that not work?? I dont get it haha:)
Comment #4
shruti.sheth commentedHello,
Please try the following code it may help out,
Add the following code in your secondary-links.css.
Hope this helps!
Thanks,
Shruti
Comment #5
Lars Jansen commentedStill doesn't work for me. I think I'm jinxed:)
Comment #6
shinz83 commentedDoesn't work for me either
Comment #7
Lioz commentedtry this
Comment #8
shinz83 commentedThis is the solution that worked for me! I really had to dig and sift through the Firebug divs.
Thanks to all for the valuable input! I wouldn't have found a solution without your help.
Comment #9
Tony Stratton commentedFor what I could tell, "secondary-menu" is defined as the id. So it should be formatted in CSS as:
ul#secondary-menu
This worked for me, and I also applied this to the utility menus:
Thanks!