Page 1 of 1

Menu font style

Posted: 29 Jan 2009, 09:20
by mikimotta
Is possible to change through css the font style of the second level/node of the menu??
for example i want on the first level 13px normal and on second level 12px bold
thanks
m

Posted: 29 Jan 2009, 22:43
by mjau-mjau
Currently that is not possible. Keep in mind that might also change the consistency of the menu item sizes. Why not use the CSS items:
Code
.mainmenu_hasFiles
.mainmenu_hasFolders
Most likely your first level folders don't have images, but 2nd level has images? The above will allow you to set separate styles ...