In 1.3.x, the .topmenu style changed the main menu text, but not so in 1.4.2 apparently. Is that menu generated differently now? I viewed the browser source and did a search for "topmenu" and came up short, so it doesn't look like the style is being used. How can I change this menu formatting?
Thanks,
Zane
This thread is a good tutorial for editing the content of the menus, but I still cannot find how css formatting is applied.
http://forum.coppermine-gallery.net/index.php?topic=24107.0
In my case mine was wrapped in a div, so i just a made a new style for 'a' within that div and was able to format my colors and behavior that way.
Am I wrong in believing that .topmenu is now deprecated?
Z
Which theme are you talking about?
topmenu is only used once in the core code on the login page to style a single hyperlink. (probably errantly).
That means topmenus use is 99.9% dictated by its use in theme.php and template.html.
That means you make the rules of what you want topmenu to do. It also means that it may be used differently from theme to theme, so just because you knew how topmenu was used in one theme, doesn't guarantee its used for the same thing, or even if it exists in another theme.