Can't change color of blog text box background

Hi, I can’t figure out how to change the black background inside the text box to white. I’ve tried adding css but everytime i refresh the page it reverts back to the black.

Hi @Rayvaughn1 ,

Thank you for reaching out to us. Are you referring to the black background color on hover? If yes then please add the following code in the Theme Options > CSS:

.entry-thumb {
    background-color: #fff !important;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.