Jan 13, 2023 12:32 pm
Hi!
I would like to ask for help with the following CSS codes, because unfortunately I can't find them: 🙁
1. The color of the tick. [ registration ]
2. The color of the checkbox. [ global ]
3. The color of white texts. [ global ]
Account:
4. The color of the marking circle is white.
5. The background color of the button.
6. Button text color.
Members:
7. "|" character color.
Thank you VERY VERY much in advance!
8 Replies
Jan 13, 2023 1:43 pm
For 1)
#wpforo #wpforo-wrap .wpforo-legal-checkbox.wpflegal-email input[type=checkbox]:checked:before { color: #f70000 !important; }
2 and 3, is an iframe, and cannot be done with CSS coding, I'm sorry but I can't help you with this two.
For 5) and 6).
#wpforo #wpforo-wrap .wpforo-profile-account .wpf-field-type-avatar input[type="file"]::file-selector-button{ color: blue; background: lightblue; border: white; } #wpforo #wpforo-wrap .wpforo-profile-account .wpf-field-type-avatar input[type="file"]::file-selector-button:hover{ color: green; background:lightgreen; }
For 7)
#wpforo #wpforo-wrap .wpforo-members-wrap td.wpf-members-info{ color: red; }
Jan 14, 2023 12:10 pm
8. I would also be interested in the text "Default Avatar"
9. I would also be interested in the text "Specify avatar by URL:"
I understand, thanks, can you help me with these?
Jan 17, 2023 3:39 pm
Thank you very much!