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

[Closed] Colours

9 Posts
2 Users
0 Reactions
4,733 Views
Robert
Posts: 10741
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
(@robert)
Support Team
Joined: 3 months ago

There will not be any conflict, you should use full tree of classes to affect content style, here are the wrapper classes:

#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-content .wpforo-profile-home{ }
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-content .wpforo-profile-account{ }
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-content .wpforo-activity-content{ }
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-content .wpforo-sbn-content{ }

Posts: 19
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
(@progdog)
Eminent Member
Joined: 10 years ago

I have tried the following in the custom CSS box as well as the colors.css with no avail. 

#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-content .wpforo-profile-home{color:#F4F4F4 !important; }
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-content .wpforo-profile-account{color:#F4F4F4 !important; }
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-content .wpforo-activity-content{color:#F4F4F4 !important; }
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-content .wpforo-sbn-content{color:#F4F4F4 !important; }

 


Posts: 19
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
(@progdog)
Eminent Member
Joined: 10 years ago

I have found a work around for this if anyone is interested. I have a Custom CSS plugin that overrides CSS.

#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field input[type="text"] {
    color: #ffffff;
}
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field select {
    color: #FFFFFF;
}
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field textarea{
    color: #FFFFFF;
}
#wpforo #wpforo-wrap .wpf-topic-create .wpf-subject {
     color:#FFFFFF;
}

This will change all input fields in the profile page to be #FFFFFF, I did this because I wanted a dark nav bar but my profile text fields also have a dark background. This also makes the "Forum Post Subject Title" the same colour.

Posts: 19
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
(@progdog)
Eminent Member
Joined: 10 years ago

 Attachment after the edits. 

Screen Shot 2016 08 12 at 9.48.51 AM

Page 2 / 2
Share: