adding a "|" (pipe) in between menu items
-
Hey all,
I’n having trouble adding a “|” in between menu items on my site. I was going to see if anyone knew how to do that?
my url is http://dev.chocolaterietessa.com
thanks a bunch, J
The blog I need help with is: (visible only to logged in users)
-
Give this a shot, you might want to adjust the margins a little to even things up a bit too:
#site-navigation li:before { content:"|"; } #site-navigation li:first-of-type:before { content:""; } -
- The topic ‘adding a "|" (pipe) in between menu items’ is closed to new replies.