menu fonts - Forum

Forum Navigation
You need to log in to create posts and topics.

menu fonts

hi, is it possible to change the font type and size of menu items? how?

thank you

Hi @kazem,

Yes, just add this CSS into Project > Properties > Styles

.dropdown-menu a{
   font-size:20pt;
   font-family:'Times New Roman';
}

Regards.

hi, thank you very much for your fast answer. If you have different menus and only the font size of one of them should be changed where should I put the name of that menu?

regards

 

@kazem please uninstall the plugin and install the attached one.
There is a new command that allows to assign a CSS class to each menu item: neoMenuAddItemWithClass.

Add this CSS code:

.myclass a{
   font-size:20pt;
   font-family:'Times New Roman';
}

With this neoMenu command:

neoMenuAddItemWithClass "menu1" "Item 1" "" "myclass" "" 0

I will add the updated plugin in the next VisualNEO release.

Regards.

 

Uploaded files:
  • You need to login to have access to uploads.

Hi, thanks for your responsibility. We are waiting for updates.

best wishes

Hi, thanks for your responsibility. We are waiting for updates.

@kazem last update was only 9 days ago :)

Vadim has reacted to this post.
Vadim