I feel really ignorant but I have tried everything I know to do to change the font for the Actions button. Can someone please share with me the CSS to style the Actions button? Thank you in advance.
Topic on Skin talk:Foreground
Appearance
Something like this "MediaWiki:Foreground.css" should work:
a#actions-button { color: blue; background: red; }
and
.f-dropdown li a { color: blue; background: red; }
and
ul#actions.f-dropdown { background: red; }
Change colors as required. Not that you also will have to manipulate the pseudo classes like "hover", "active", etc.