Hi, I have changed my wpforo theme to dark, this means the writing is white when the advanced attachment box pops up. But the background of that box is still white.
How can i change the background colour of the pop up box for advanced attachments?
Hi, I have changed my wpforo theme to dark, this means the writing is white when the advanced attachment box pops up. But the background of that box is still white.
How can i change the background colour of the pop up box for advanced attachments?
How can i change the background colour of the pop up box for advanced attachments?
Please navigate to the Dashboard > Forums > Settings > Styles admin page put the following CSS code in the "Custom CSS code" textarea, save, delete all caches and check again.
#wpfa_dialog{
background: black !important;
}
The red marked value can be changed.
Thank you.