• Resolved Tom

    (@tom-van-m)


    Hello team,

    Is there a way to change the default wheelchair icon into an other icon or image (other than the other two defaults)? For example three A’s from big to small.

    Best regards,
    Tom

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Tom

    (@tom-van-m)

    Any thoughts?

    Best, Tom

    Thread Starter Tom

    (@tom-van-m)

    Hello,

    I used this workaround to use a custom icon.

    In custom CSS-tab of your template this code:

    #pojo-a11y-toolbar > div.pojo-a11y-toolbar-toggle > a > svg {
    visibility: hidden!important;
    }
    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-image: url(https://customiconhere.png!important);
    }

    The used image has to be a transparent .png 45×45 px

    Best,
    Tom

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the icon’ is closed to new replies.