Notifications
Clear all

[Solved] How to modify font color of registration Form ?

5 Posts
2 Users
1 Reactions
220 Views
Posts: 14
Topic starter
(@reitonas)
Eminent Member
Joined: 1 year ago

Hello,

We are using dark mode (default setting).

However, the text in the form on the account creation page is illegible (three acceptance boxes with 3 sentences).

The background is black, the font is gray (wpForo default settings - Dark mode).

We have searched the FAQ and the settings page. It doesn't seem possible to change the color of this specific page (account creation) ??

 

Can you help us?

Thank you.

Topic Tags
4 Replies
Sofy
Posts: 5322
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi,

Please leave the example URL.

Posts: 14
Topic starter
(@reitonas)
Eminent Member
Joined: 1 year ago

Example below (file)

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 5322

@reitonas 

Use the CSS code below: 

#wpforo #wpforo-wrap * {
     color: #fff!important;
}

Insert the CSS Code in the "Custom CSS Code" textarea in the wpForo > Settings > Colors & Styles admin page.

Posts: 14
Topic starter
(@reitonas)
Eminent Member
Joined: 1 year ago

Sofy thank you, super.