Home Forums Jevelin Theme Change color of post background. Reply To: Change color of post background.

Home Forums Jevelin Theme Change color of post background. Reply To: Change color of post background.

You can try changing its background color to white by adding the following CSS code in the Custom CSS code option of your theme on the below path.

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code


.archive.category article .post-container {
    background-color: #fff;
}