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

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -