How to add clickable map icon to Contact Topbar on Customizr Pro?
-
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.cssNothing happened.
I just need to show the Font Awesome map icon (“\f041”) on the Contact Topbar and a clickable link with the map icon which goes the google map.
I would be happy if you help. Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to add clickable map icon to Contact Topbar on Customizr Pro?’ is closed to new replies.