Hi formae98,
I have added the following CSS code to the System > site template styles > ja alpha - default > Tools > Custom CSS:
You can check your site now.
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle {
background-color: whitesmoke;
border-radius: 50%;
color: #585858;
display: block;
position: absolute;
right: 0;
top: 8px;
height: 25px;
line-height: 25px;
font-size: 12px;
padding: 0;
text-align: center;
width: 25px;
}
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle::after {
content: "\f107";
display: inline-block;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 12px;
color: #585858;
transition: all 0.2s ease-in-out;
}
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-toggle:after {
visibility: hidden;
}
span.sub-menu-back {
display: none;
}
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .up40.dropdown-item {
margin-top: 0;
}
li.dropright.dropend.parent {
padding: 6px 0;
}
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item {
padding: 10px 0 !important;
}