Front page color changed after updating Wordpress to 4.7.1

Hi,
I could not find the right answer and nothing worked for me so far.
After updatig Wordpress to version 4.7.1 my website changed a bit from the version set before.
‘Show post excerpts?’ checkbox was not checked (already solved) and a grey color appeared instead of a white.
Could you please let me know what is be the right css modification so my front page remains all white?

My website:
http://guideinwarsaw.com/

Thanks in advance
Peter Alex

Hi Peter,

I hope you are well today and thank you for your question.

Could you please let me know what is be the right css modification so my front page remains all white?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

article.sticky.post {
    background: #fff;
}

Best Regards,
Movin

Thank you so much Movin. It worked perfectly for me!
Best regards
Peter Alex

You are most welcome here :slight_smile: