I'm using the current code
#extra-sidebar , .entry-content:not(#post-262){
background-color: rgba(255,255,255,0.8);
}
It actually affects my #extra-sidebar but also my .entry-content entirely. I would like to make an exception for the #post-262 which is affected by the entry-content
Thank you
.entry-content:not(#post-262)