Hey there, i need to remove heading text in my image banner for mobile view only
@Drews1k - Can you please share this page link?
@Drews1k - please add this css to the very end of your base.css file and check
@media (max-width: 767px) {
.banner__heading {display: none; visibility: hidden;}
.banner__text{padding-top: 30px;}
}