- Acme Themes

Best Premium and Free WordPress Themes Forums Corporate Plus Pro Change background color of text box Reply To: Change background color of text box

#12951
acmethemes
Keymaster

Add the below css codes to remove the white color on the bottom:

article.page {
    background: none !important;
}

1. Add the below CSS:

article.post {
    box-shadow: none !important;
    background: none !important;
    border-bottom: none !important;
}

2. Below css:

.post .entry-meta {
    display: none;
}

Hope this will solve your issues.

Regards