Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Ok, I disabled the
Endurance Page Cache |
plugin (see screenshot) which we never installed and only shows up in the "must use" area. This unfortunately still did not fix the color difference.
Ok guys, I get that you don't like Endurance and neither do we. It's shut off. Caching is NOT the issue. I flushed the cache and you can see the results (attachment). The outer edge of the page is still lighter than the inner posting section because it appears that wpForo has some settings that causes this difference.
.page-id-459 .hentry { background: #e0e0d6; }
and remove this
#wpforo #wpforo-wrap #wpforo-menu li{margin: 0 0 0 -18px!important;}
Thanks, that made the borders go away but the inner and outer colors are still displaying differently.
then just do the whole page in your color
but this is usually a setting in your Wordpress theme and doesn't need to be overridden with extra CSS
body.page-id-459 #content { background: #e0e0d6 !important; }