Cool-Checkboxes-for-Bulma.io icon indicating copy to clipboard operation
Cool-Checkboxes-for-Bulma.io copied to clipboard

Problem with icon visibility

Open dudematthew opened this issue 4 years ago • 2 comments

image

Downloaded project by .zip file. Can't see the checkbox icon. I have access to internet.

dudematthew avatar Feb 04 '20 00:02 dudematthew

You need to edit the css and change the checked value, and add font-weight.

Arround line 157 of the css file replace the font family (in my case I was using 5) and the content value

input[type=checkbox].styled:checked + label:after { font-family: 'Font Awesome 5 Free'; content: "\f00c"; font-weight:600; }

image

nunomsh avatar Apr 16 '20 13:04 nunomsh

Thank You for your answer! I'll check that!

Regards Matthew

czw., 16 kwi 2020 o 15:39 Nuno [email protected] napisał(a):

You need to edit the css and change the checked value, and add font-weight.

Arround line 157 of the css file replace the font family (in my case I was using 5) and the content value

input[type=checkbox].styled:checked + label:after { font-family: 'Font Awesome 5 Free'; content: "\f00c"; font-weight:600; }

[image: image] https://user-images.githubusercontent.com/2600175/79462891-09b5a800-7ff0-11ea-9163-7a26aa3bba29.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hunzaboy/Cool-Checkboxes-for-Bulma.io/issues/8#issuecomment-614659016, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG3MKI56UMZMSWYA7LTGBQ3RM4DBRANCNFSM4KPOWA5Q .

dudematthew avatar Apr 16 '20 19:04 dudematthew