How to change arrow

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

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

Open Support Ticket
  • Author
    Posts
  • #43147

    vcherednichenko
    Free User
    Post count: 222

    Tell me please how to change arrow folding the category list by word on main map.

    I want word “roll up” and “expand” instead arrow…

    Thamks

    #43150

    Guust
    Moderator
    Post count: 29970

    Try this CSS:

    
    
    .trigger .fa-compress:before {
      color: #FFF;
      content: "roll down";
    }
    .fa-expand:before {
      color: #FFF;
      content: "roll up";
    }
    #43158

    vcherednichenko
    Free User
    Post count: 222

    Cool! Thank you! All work good!

    #43159

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

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