I absolutely love this theme. I use it for nearly all my websites (or a slightly modified version, I prefer a block field in the top right of the head). But AWESOME!
My designer has presented me with an interesting problem
He want to place a bullet (either by list style or by background image) between the primary links in the #nav menu
You can see from this post (http://drupal.org/node/549616) I have been trying to tack this. Any help in accomplishing this would be most appreciated.
Comments
Comment #1
andregriffin commentedThe default bullets for the primary links are removed by the css under the navigation section that looks like
#nav ul.primary-links li {Under that css selector, if you just remove the background and margin properties, the default bullets will show up.
Comment #2
netentropy commentedThanks for the response, that is what I thought also but removing those properties for
#nav ul.primary-links lidoes not make the bullets show up for me.I even added the list-style declaration just in case
Comment #3
andregriffin commentedInteresting. I suggest using Firefox with Firebug or the element inspector in Chrome or Safari 4 to see what's going on with the css.
If you can send me a link, I may be able to tell you whats wrong.
Comment #4
netentropy commentedIT is the link as my other post but i reloaded this particular template
http://www.bjrtechnologies.com/gamma
Comment #5
andregriffin commentedremoving the background property entirely from the
ul.links li {selector and adjusting the padding added the default bullets to the primary navigation.You should have something like:
Comment #6
andregriffin commentedComment #7
netentropy commentedthis still did not work for me
www.inmanparkchurch.org
Comment #8
netentropy commentedgot it you have to do it to #nav ul.primary-links li,
#nav ul.secondary-links li,
#nav div.block-dynamic_persistent_menu li
also