Replies: 0
I’m trying to put a linkable Font Awesome map icon into Contact Topbar by using the following css codes:
.czr-contact-info .fa-map-marker {
position: relative;
top: .05em;
}
.fa-map-marker:before {
color:#ba1157;
content: "\f041";
}
I have put these css codes to the “Customizing ▸ Advanced options Additional CSS” part of the child theme. However the map icon did not show up.
Then I tried to do the same thing in the Pro theme and modify these css files as well:
wp-content\themes\customizr-pro\assets\front\css\rtl.css
wp-content\themes\customizr-pro\assets\front\css\style.css
Nothing happened.
I just need to show the Font Awesome map icon (“\f041”) and a link to the google map.
I would be happy if you help. Thanks.