How can I remove the Specify Icon in Primefaces? I tried the following code:
<p:menbar>
<p:submenu label="File">
......
</p:submenu>
</p:menubar>
On the right, the label of the submenu's Triangle Icon, it's necessary for me to style the icon.
.ui-icon{display:none;}
Unfortunately, it will affect all icons. I don't know why display: none
is only applied to Specify Icon.