css - Font Awesome: Fa Bars - Border Radius -
i'm trying remove border radius of fa-bars , can't.
that's code:
<i class="fa fa-bars fa-2x"></i> .fa-bars { border-radius: 0px !important; }
thanks!
as mentioned in comment, that's not possible, since how icon looks , nothing border-radius
. use how looks, or alternative may take material icons. there's icon looking how want like.
see here.
Comments
Post a Comment