ResolvedSidebar Trigger

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37086
    arrowheadtech
    Participant

    Does anyone know how to change the off-canvas sidebar-trigger image (icon) that spins when hovering over? I’d like to change that to an avatar or a question mark to open a contact sidebar.

    #37125
    Althemist
    Keymaster

    Hi arrowheadtech,

    Sorry for the late reply.

    The only way to acheieve this would be with custom CSS. You’d need replace the unicode for the Font Awesome icons with the one you want to use:

    
    a.sidebar-trigger::before {
      content: "\f00b";
    }

    Make sure you use unicode number from the Font Awesome Free library.

    #37140
    arrowheadtech
    Participant

    Thank you. Worked perfectly!

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register