Hi i am trying to hide footer and header logo on mobile, so i have tried to put code in default style.css but its does not work please tel me which code should i put and where?
@media all and (max-width: 640px) {
footer {
display: none;
}
@media all and (max-width: 640px) {
footer {
display: none;
}