Home › Forums › Basel support forum › Mobil menu problem › Reply To: Mobil menu problem
May 12, 2021 at 7:06 pm
#291892
Elise Noromit
Member
Hello,
If you want to hide all those icons, you will need to add this CSS to the Theme Settings > Custom CSS > Mobile:
body.main-header .right-column {
display:none;
}
Best Regards