C’est une excellente fonctionnalité !
Savez-vous si/comment il est possible d’ajouter une image dans la bannière ?
quelque chose comme ceci :
C’est une excellente fonctionnalité !
Savez-vous si/comment il est possible d’ajouter une image dans la bannière ?
quelque chose comme ceci :
Bienvenue, @Michele_Butturini ![]()
C’est fait assez facilement en ajoutant votre fichier image et quelques lignes de CSS à votre thème ou à un nouveau composant personnalisé :
.welcome-wrapper {
flex-wrap: wrap;
:before {
content: "";
background: url($welcome-banner-image);
height: 100px;
width: 100%;
}
}
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.