Checked Icon will not appear in WordPress 5.3 Backend
-
After updating to WordPress version 5.3, the icon for activated checkboxes will no longer be displayed. I get a weird symbol over the box. That is very irritating.
In the source code this is displayed here:
input [type = "checkbox"]: checked :: before { content: "\ f147"; color: # 1e8cbe; width: auto; }
This is displayed as “font-familiy”:
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, “Helvetica New”, sans-serif;
That will probably be the problem or?
How do I get the right symbols again?
Best Regards
Gloria
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Checked Icon will not appear in WordPress 5.3 Backend’ is closed to new replies.