Hi,
I set up Web App Builder Developer Edition 2.14 created app using TabTheme, applied custom color (#88165b) for my application and deployed on IIS server.
I am trying to change text color of popup title to white but it doesn't change.

I tried inspect using developer tools, made changes to default.css, common.css, dojo-override.css ...
Where should I put below css to change the title color of Popup
.esriPopup .titlePane {
color:white;
}
Thanks,
Mayur