how can i change background colour in post blog
hi,
i'd like change background color only in detail of post blog i but don't know correct custom css mode. this i my post blog http://gestionestudiocommercialisti.it/organizzazione-dello-studio-lavorare-per-processi/ i want change background in white only in detail not in head.
thanks
Comments
Try this custom css
.single-post #Content {background:white !important;
}
thank you , great!