ResolvedSidebar Trigger
Tagged: Sidebar
- This topic has 2 replies, 2 voices, and was last updated 8 months, 3 weeks ago by
arrowheadtech.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- March 2, 2023 at 8:16 pm #37086
arrowheadtech
ParticipantDoes 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.
March 12, 2023 at 12:30 pm #37125Althemist
KeymasterHi 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.
March 13, 2023 at 10:39 pm #37140arrowheadtech
ParticipantThank you. Worked perfectly!
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in and have valid license to reply to this topic.