Notifications
Clear all

[Solved] Change colour of advanced attachments box

3 Posts
2 Users
2 Likes
778 Views
Posts: 259
Customer
Topic starter
(@percysgrowroom)
Member
Joined: 5 years ago

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? 

2 Replies
Elvina
Posts: 1403
(@elvina)
Support
Joined: 5 years ago
Posted by: @percysgrowroom

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.

Posts: 259
Customer
Topic starter
(@percysgrowroom)
Member
Joined: 5 years ago

Thank you. 

 

Share:
Scroll to top