Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with icon visibility #8

Open
dudematthew opened this issue Feb 4, 2020 · 2 comments
Open

Problem with icon visibility #8

dudematthew opened this issue Feb 4, 2020 · 2 comments

Comments

@dudematthew
Copy link

image

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

@nunomsh
Copy link

nunomsh commented Apr 16, 2020

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

@dudematthew
Copy link
Author

dudematthew commented Apr 16, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants