How to change colour this lock icon?

dika0094

Member
Registered
Joined
Sep 28, 2019
Messages
15
Points
13

Reputation:

How to change lock icon colour?
Screenshot_8.png


i try with this css code but dosen't work
.fa { color: black; }
.fa-lock{ color: red; }
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,072
Points
173

Reputation:

to change at structured_list.less

line ~ 275 up to your styles
 

dika0094

Member
Registered
Joined
Sep 28, 2019
Messages
15
Points
13

Reputation:

i found it, and then?
this the code &--locked::before { .m-faContent(@fa-var-lock); }
 

dika0094

Member
Registered
Joined
Sep 28, 2019
Messages
15
Points
13

Reputation:

oke done! thanks man.. i just add color:#0000; and work.. thanks
 
Top