How do I change the embedded content background color to something darker?
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.
remove ".wpf-dark" from your code
#wpforo #wpforo-wrap.wpf-dark .wpf-oembed-wrap {background-color: #444444;}
then it works
#wpforo #wpforo-wrap .wpf-oembed-wrap {background-color: #444444;}
you use these 2 codes (.wpf-dark)
#wpforo #wpforo-wrap .wpf-oembed-wrap{background-color: #ececec;} #wpforo #wpforo-wrap.wpf-dark .wpf-oembed-wrap {background-color: #444444;}
you still use the same code, you have not changed anything
you should only use this code
#wpforo #wpforo-wrap .wpf-oembed-wrap {background-color: #444444;}