Aug 09, 2022 8:47 pm
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.
Aug 09, 2022 11:38 pm
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.
Aug 10, 2022 4:11 am
.page-id-459 .hentry { background: #e0e0d6; }
and remove this
#wpforo #wpforo-wrap #wpforo-menu li{margin: 0 0 0 -18px!important;}
Aug 10, 2022 4:50 am
Thanks, that made the borders go away but the inner and outer colors are still displaying differently.
Aug 10, 2022 5:01 am
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; }