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] CSS What am I writing wrong here?...

3 Posts
2 Users
1 Reactions
502 Views
ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 4 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: 3611
(@chris)
Famed Member
Joined: 4 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: 4 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.