Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

5 Posts
2 Users
1 Reactions
338 Views
Posts: 14
Topic starter
(@reitonas)
Eminent Member
Joined: 2 years 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi,

Please leave the example URL.

Posts: 14
Topic starter
(@reitonas)
Eminent Member
Joined: 2 years ago

Example below (file)

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

Support Team
Posts: 5483

@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: 2 years ago

Sofy thank you, super.