Page 1 of 1

font awesome TreeNode icon color

Posted: 22 Feb 2018, 16:50
by kaizokun
Hello guys,

I desperately try to change the color of the icons in the tree component. I try this solution https://stackoverflow.com/questions/414 ... primefaces
using css classes but it doesn't work for me. Maybe because of the template ? I don't know I use Barcelona. The differents themes doesn't seem to change anything about the icon colors. If anybody has a solution I'd be very gratefull.

Re: font awesome TreeNode icon color

Posted: 22 Feb 2018, 17:08
by kaizokun
Found a solution


body .ui-widget-content .node-type-one{
color : #FBC02D;
}



then I put the node-type-one class into the icon attribute of the p:treeNode

Re: font awesome TreeNode icon color

Posted: 23 Feb 2018, 08:21
by kubrasulukan
Glad to hear !

Best Regards