AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Solved] Checkbox: Color of marked checkbox not visible

2 Posts
1 Users
0 Reactions
1,133 Views
Posts: 17
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@pheck1964)
Eminent Member
Joined: 3 years ago
[#26242]

Hello!

 

just setting up a forum for a new customer, therefore not able to share the site URL as the forum anyway will be a closed forum.

I have issues with the checkbox for subscription of a topic - checking it will display a hook, but only in a very light color, so it's not really visible. How can I style the color of the checkbox content (so the mark-sign)? 

 

See picture attached.

 

Thanks in advance!

 

Peter

 checkbox issue
wpForo Version
2.1.1
WordPress Version
6.1

1 Reply
Posts: 17
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@pheck1964)
Eminent Member
Joined: 3 years ago

OK - managed to find the issue - it's related to the theme used (OceanWP) and the styling there. 

By adding below CSS code, I managed to get it working:

 

input[type=checkbox]:checked:before {
    color: #C16E2A !important;
    content: 'X' !important;
	padding-top:1px;
}

Share: