Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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 :)