Posted by sindile on February 2, 2011 at 2:01pm
5 followers
Jump to:
| Project: | Danland |
| Version: | 6.x-2.1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I am using the special menu items module and made the top level menu to be nolink (Products). How do I change the style to be similar to the rest of my menu items - Home, Contact Us
See - www.geoilocate.co.za
Comments
#1
Hi,
Not noticed this thread :)
You can use CSS like this (example):
#superfish ul .nolink {text-align:center;
}
Dan
#2
I did something similar but easier, changed the nolink span to
<a class="sf-with-ul" title="" href="#">
...and it has the correct appearance.
Cheers
Antony
#3
I can confirm that the solution in #2 works in the Drupal 7 version of Danland. I am using Drupal 7.14 right now. Thank-you for the really nice tip, Antony! Ben
#4
Glad to hear...
#5
Where did you change the nolink span?