{
colorBackground: false,
defaultNeed: “High”,
death knight : “m,m,m”,
warrior : “h,h,h” (No comma on last line)
}
recruitByTalent({ colorBackground: false, defaultNeed: "High", death knight : "m,m,m", warrior : "h,h,h" });
$(document).ready(function(){ recruitByTalent({ useClassColors: false }); }); Then you can use this CSS to style the text: .classIcon span { color: #000; font-weight: bold; } /* targets recruitment tree text */ .TabBar { font-weight: bold; } /* targets tab bar text */ .WfTopMenu { font-weight: bold; } /* targets top menu text */