• Resolved thekatman

    (@thekatman)


    Hi
    I would like to change the topbar contact info fa-clock icon to the fa-home icon so I can use this element for a address. So far I have been able to hide the icon with

    i.fas.fa-clock{
    	display: none;
    }

    But I am not really sure how to change it. I think I will need to modify both
    pc-contact-info.php and
    class-model-contact_info.php
    Does anyone have any suggestions on how to do this and what files to change?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Katman,

    Please remove your code and try adding the following code to your Admin Panel > Appearance > Customize > Advanced Options > Additional CSS field:

    .fa-clock:before {
      content: "\f015 !important";
    }

    Thanks!

    Thread Starter thekatman

    (@thekatman)

    Hi emranemranx
    Thanks for the quick reply. The code you posted worked with a small modification, I had to move the quotation mark.

    .fa-clock:before {
      content: "\f015"!important;
    }
    

    Thanks again for the help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change topbar contact info icons (Customizr PRO)’ is closed to new replies.