How to change fa-long-arrow in map?

This topic contains 3 replies, has 2 voices, and was last updated by  Paolo 8 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #166494

    Uta Künkler
    Full Member
    Post count: 54

    I’d love to define a different icon in the map (fa-plus and fa-minus instead of fa-long-arrow-down and fa-long-arrow-up) to show sub-categories in the map panel. How can I do that?

    #167044

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please add this to your custom css:

    
    
    .treeview .fa-long-arrow-up::before {
        content: "f067";
    }
    
    .treeview .fa-long-arrow-down::before {
        content: "f068";
    }

    More info: http://stackoverflow.com/questions/20782368/use-font-awesome-icon-as-css-content

    Thanks

    #167270

    Uta Künkler
    Full Member
    Post count: 54

    sounds a bit as a workaround but ok – it works anyway! Better than an entire child theme 😉
    Thanks for the Express-help!!

    #167330

    Paolo
    Site Admin
    Post count: 31206

    That is no workaround, that is the correct way to manipulate font awesome without having to modify the markup.

    Thanks

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

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

Open Support Ticket