how to change the font awesome icon

This topic contains 4 replies, has 3 voices, and was last updated by  David Sirius 6 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #410881

    Kathy Geisler
    Lifetime Member
    Post count: 313

    From the developer:

    Can you please advise us how to change the ‘font awesome’ icons? We have attempted to make some changes, but ended up having issues because it seems to be pulling the CSS from another location. Please tell us the best method for switching them, as adding basic CSS changes of the font awesome ID numbers to the CSS script in Geodirectory isn’t working out the way that we want.

    Please note, we need to do these changes ourselves.

    Thank you!!

    #410897

    Guust
    Moderator
    Post count: 29970

    It all depends which ones you want to change exactly.
    If they are icons used for the custom fields, have a look at the settings of the fields:

    #410986

    Kathy Geisler
    Lifetime Member
    Post count: 313
    This reply has been marked as private.
    #410993

    Guust
    Moderator
    Post count: 29970

    To change the cog wheel:

    
    
    .fa-cog:after {font-family: FontAwesome;
    content: "\f1b9"; color:white; font-size: 16px;}
    .fa-cog {color:transparent; font-size: 0}

    To change the search icon:

    
    
    .fa-search:after {font-family: FontAwesome;
    content: "\f1b9"; color:white; font-size: 16px;}
    .fa-search {color:transparent; font-size: 0}

    Adjust as required.
    To find the correct icon code, see http://fontawesome.io/cheatsheet/

    #417133

    David Sirius
    Expired Member
    Post count: 163

    I was looking for the same, i.e. replacing the cogwheel with another font awesome icon. The solution with the pseudo element worked but initially had the icon set-off to the right. Make sure you set font-size to !important!

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket