AI Search
Classic Search
Notifications
Clear all
Aug 10, 2022 3:38 am
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 8: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 8:50 am
Thanks, that made the borders go away but the inner and outer colors are still displaying differently.
Aug 10, 2022 9: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;
}


