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.
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.
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; }
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