jQuery UI Widgets › Forums › Navigation › Menu, Context Menu › Menu text text color change
Tagged: bold, color, css, item, jqxMenu, Menu, style, Theme
This topic contains 2 replies, has 2 voices, and was last updated by ssp 8 years, 11 months ago.
Hi ,
Is there a way to change menu text to White color and many the Text bold. I’m using eneryblue style.
Regards, SSP.
Hello SSP,
Just add the following style to your page:
<style type="text/css"> .jqx-menu-item-top-energyblue { color: White; font-weight: bold; } </style>
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
Thanks a lot.. its working
You must be logged in to reply to this topic.