AI Assistant
Notifications
Clear all

Adjust colors of the advanced attachments pop-up window ?

2 Posts
2 Users
0 Reactions
1,790 Views
Posts: 3
Customer
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@mabula635)
Member
Joined: 9 years ago
[#3662]

Dear support,

I am trying to adjust my WPFORO theme colors.

I would like to use the dark theme as provided by wpforo Settings ->  Styles -> Dark

So the theme background will be dark and the fonts should be bright.

Now If I want to attach an attachment in a post using the advanced attachments, I can't read the text...

Apparently, dark theme settings are not correct/compatible with the advanced attachments addon.

Text Not Readable attachments

Can you advise me how to solve this? Is there some custom CSS I need to add in the WPFORO Settings ->  Styles custom css field ?

Thank you for your great work on WPFORO and it's addons 😉

Kind regards,

Mabula Haverkamp - Aries Productions


1 Reply
Astghik
Posts: 6645
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@astgh)
Illustrious Member
Joined: 8 years ago

Hi @mabula635,

Here is one solution provided by Robert. 

https://wpforo.com/community/how-to-and-troubleshooting-2/settings-styles-dark-problem/#post-24873

Another solution you can use the following CSS code: 

#wpfa_dialog {
background: #b8b8b8;
}

#wpfa_dialog #wpfa_dialog_items .wpfa-dialog-item-row:nth-child(odd) {
background-color: #7a7878;
}

Don't forget to change red marked color codes before using.  Also please delete all caches and press CTRL+F5 on the forum frontend. 


Reply
Share:
Scroll to top