I want to delete the footer account icon. How I do it?
You can use this CSS
.footer-device-mobile .device-account {
display: none;
}
I want to delete the footer account icon. How I do it?
You can use this CSS
.footer-device-mobile .device-account {
display: none;
}