Hi !
I would like to hide the site title on the front page only (name : accueil)
I managed to hide the menu on the front page by using this css :
body.slug-accueil
nav.primary{
display: none!important;
}
but it doesn't work for the site title (that is "le bon")
I might need some help :)