Jan 16, 2023 1:10 am
Hi!
This helped you here ( It works too. ):
#wpforo #wpforo-wrap .wpforo-legal-checkbox.wpflegal-email input[type=checkbox]:checked:before {
color: #007800 !important;}
Based on which I tried to do this as well, but for some reason it's not good...
This checkbox is at login.
I tried this code:
#wpforo #wpforo-wrap #wpf-login-remember input[type=checkbox]:checked:before {
color: #007800 !important;
}
( Itried, but I ran out of options. ) 🙁
You are a god, it works! Thank you!
2 Replies
Jan 16, 2023 11:43 am
You have set the wrong path.
The right path is below.
#wpforo #wpforo-wrap .wpforo-login-table .wpf-extra input[type=checkbox]:checked:before{ color: #007800 !important; }
Jan 16, 2023 3:42 pm
Thank you again! 😐
As soon as the website is ready [only a few CSS left]
Then I'll learn now. We just need the website quickly.