colors and rectangl...
 
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] colors and rectangles I don't understand

4 Posts
2 Users
1 Reactions
797 Views
Posts: 2
Topic starter
(@tomesvar)
New Member
Joined: 3 years ago

Hello, I'm very new into developping and just installed wpForo, but I can't get why the "pseudo" field contains light green, neither why there are two grey-ish rectangles surrounding the "mot de passe" field aswell as under "se connecter" ; those colors are not the ones I set, and installing the colors.css file in the server folder did not do the trick.

Thanks in advance for helping, and excuse my poor english.

Topic Tags
3 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @tomesvar,

Insert the below CSS Code in Custom CSS Code field from Dashboard > wpForo > Settings > Colors & Styles settings:

#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-login-table,
#wpforo #wpforo-wrap .wpforo-login-wrap .wpforo-table .wpfw-1 .wpf-field:nth-child(even){
    background-color: unset;
}


#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input:focus{
    background-color: white;
}
Posts: 2
Topic starter
(@tomesvar)
New Member
Joined: 3 years ago

Works just fine, thanks a lot!

Amazing support there.

 

 

by the way, for those using wpdiscuz, I edited the

wp-content/plugins/wpdiscuz/themes/default/style.css

file,

line 1048,

to

#comments, #respond{padding-left: 10% !important;padding-right: 10% !important;}

so the comments do display with some (10%) margin on phones instead of 0px ; if it ever helps anyone

1 Reply
Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@tomesvar,

We don't provide here wpDiscuz Support, only wpForo Support.