Le fond (qui entoure la page)
Tableau de Bord -> Apparences -> Personaliser – > CSS Supplementaire
Dans CSS supplementaire rajouter :
.site {
background-color: #XXXXXX;
}
Le fond de la page
body.page.page-id-23 {
background-color: YYY;
}
.page-id-278 div#content {
background: red !important;
}
.page-id-2 {
background-color: #99E8D0 !important;
}
Le fond d'un article
.postarea {
background-color: black;
}
Marche pas
.post-1555177{
background-color:red !important;
}
Marche pas
Cadre autour de l’article
.post
{
background-color:red !important;
}