AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] White text on White background...again and again...

3 Posts
2 Users
1 Reactions
2,600 Views
Posts: 7
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
(@morosirus)
Active Member
Joined: 5 years ago
[#15657]

Found two more combo boxes that are rendering white text on white background. 

  1. The font size drop-down in the formatting menu.
  2. The tag auto-fill drop-down in the tag line.

Can you help?

AGAIN

2 Replies
Sofy
Posts: 5777
 Sofy
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
(@sofy)
Support Team
Joined: 8 years ago

@morosirus,

The font size drop-down in the formatting menu.

The CSS code below should help you to solve the issue: 

.mce-menu .mce-container-body {
background-color: #2f2c2c !important;
color: #fff !important;
}

The tag auto-fill drop-down in the tag line.

Use this CSS code: 

ul.wpf_ac_results {
background-color: #2f2c2c !important;
color: #fff !important;
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab. 

The red marked value can be changed as you like.   

Don't forget to press Ctrl+F5 (twice) on the forum frontend before checking to reload the updated CSS file.   


Posts: 7
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
(@morosirus)
Active Member
Joined: 5 years ago

Seemed to do the trick. Thank you. 


Share: