Dear all,
I would like to change the icon from class=”fal fa-child” to “fa-sharp fa-light fa-bee”>
I’ve tried this by changing CSS code from
.fa-child:before {
content: “\f1ae”;
}
to
.fa-child:before {
content: “e0b2”!important;
}
But the icon doesn’t change
Could you please explain how to change the icon from a ‘child’ icon to a ‘bee’ icon ?
I’m sorry but I don’t find the exact place where I van change the icon.
My social icons are Hidden nu default sonI guess i don’t need to change it there.
Could you please Tell me exactly what I need to change and where please?