Home › Forums › Azuma Pro › How to change background color in posts › Reply To: How to change background color in posts
February 7, 2020 at 8:43 pm
#9248
Andy
Keymaster
Just re-reading your question it appears you want white text with a dark background… in that case use this instead:
.single .content-area {
background: rgba(45,54,76,0.5);
padding: 1em;
color: #fff;
}