Hi mark256
You will need to include the icon fonts stylesheet into your site: https://icons.getbootstrap.com/#icon-font
Add:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css">
into custom code section of template:
Then add this custom CSS:
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle::after {
content: "\f134" !important;
font-family: bootstrap-icons !important;
}
Regards