Reply To: change the background color for pages and posts

Home Forums WordPress Themes – Premium Flat Responsive change the background color for pages and posts Reply To: change the background color for pages and posts

#17138
Sushil Adhikari
Moderator

Hi there,

We found bug in our theme, we will surely fix this issue on our next update. For now please use this css :

.fr-contents {
background-color: red;
}

Note: Please use this css on child theme style.css file so your changes will not lost on theme update.

Thanks