This is a migrated thread and some comments may be shown as answers.

RibbonBarApplicationMenuItem

1 Answer 39 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Salman
Top achievements
Rank 1
Salman asked on 11 Oct 2012, 10:42 PM
Hi all member
I want to change default font of RibbonBarApplicationMenuItem when skin of ribbon is WebBlue
please help to me
thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 12 Oct 2012, 04:10 AM
Hi Salman,

Try overriding the default CSS as follows to change default font of RibbonBarApplicationMenuItem.

CSS:
<style type="text/css">
 .RadMenu_WebBlue .rmGroup .rmText
  {
    color:Red !important;
  }
</style>

Hope this helps.

Regards,
Princy.
Tags
RibbonBar
Asked by
Salman
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or