Notifications
Clear all

[Solved] CSS What am I writing wrong here?...

3 Posts
2 Users
1 Reactions
313 Views
ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 3 years ago

@chris 

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!

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

@zit3k,

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;
}
ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 3 years ago

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.