thaidb
(thaidb)
1
Comment masquer search_banner.subhead ?
Pouvez-vous ajouter la fonctionnalité Masquer sur mobile ?
Vous pouvez vider le contenu pour le masquer :
Cela peut être fait avec du CSS ajouté à votre thème :
.mobile-view .search-banner {
display: none;
}