Hello @dollplaceproject,
We can change the background color with the help of custom css. Please apply the below given css under Appereance -> Customize -> Additional Css-
aside#secondary {
background-color: red;
}
You can change red color with your choice of color.
Kind regards,
Manoj
Hi @dollplaceproject,
You can change the widget title and its background color with CSS. Please add the below code in Additional CSS via Dashboard > Appearance > Customize > Additional CSS.
/** Widget Title background color */
.widget .widget-title {
background: #FEEAE3;
}
/** Widget Background Color */
#secondary .widget {
background: #FEEAE3;
}
I hope this helps.
Note: We provide dedicated and quick email support to all our users so we would like you to contact our support team here if you face any issue or have questions in the future.