Design comparison
Solution retrospective
How can I delete a black background of marker icon when user enter the IP address ?? The font-awesome marker icon I used for this website is too small and I don't know how to change size of this. If I use the default icon, it will have a black background but if I use the font-awesome icon it is too small
Community feedback
- @rfilenkoPosted about 4 years ago
Hey, icon size is specificity issue - you need to overwrite styles, applied by leaflet in js. So solution use js to do the same or use css dirty hack - !important. Maybe check leaflet documentation on this topic. Also check console, there are some errors, app isn't working😉
Cheers, Roman
0@sandy930Posted over 3 years ago@rfilenko I will check it later. Thanks for telling me that thing.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord