forums › forums › Avaris Support › footer › Reply To: footer
May 8, 2017 at 3:46 pm
#11276
No problem 🙂
to hide the copyrights bar as well:
@media (max-width: 768px) {
.avaris-main-footer,
.avaris-main-footer-bar {display:none;}
}