Opened 2 months ago
Last modified 18 hours ago
#64877 new defect (bug)
Default site icon fallback still uses blue logo
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 7.1 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Following 61989, which updated the login logo from blue to gray to match the refreshed design, the default site icon fallback still uses the old blue logo.
When no custom site icon is set, WordPress falls back to the blue logo in embeds and feeds. Updating this fallback to the gray logo would help maintain visual consistency with the updated WordPress design.
Change History (11)
This ticket was mentioned in PR #11283 on WordPress/wordpress-develop by @niravsherasiya7707.
2 months ago
#1
- Keywords has-patch added
@niravsherasiya7707 commented on PR #11283:
2 months ago
#3
@huzaifaalmesbah Umm, but it should match the new primary color right?
@nikunj8866 commented on PR #11283:
2 months ago
#4
@nirav7707 I agree with @huzaifaalmesbah. We should follow the existing WordPress core implementation and use the grey color, as seen on the login screen, to maintain consistency.
This ticket was mentioned in PR #11293 on WordPress/wordpress-develop by @sabernhardt.
2 months ago
#5
- Adds a new gray logo in
wp-includes/images. (I started withwp-admin/images/wordpress-logo-gray.svg, added a white background, and used Adobe Illustrator to save as PNG.) - Calls the new image in embed site title link and
do_favicon()function. - Removes custom properties from embed CSS because the variables would not be defined.
Use of AI Tools: none
#6
@
2 months ago
This is outside the scope of the admin redesign, but the fallback logo probably could be changed to gray anyway.
@niravsherasiya7707 commented on PR #11283:
2 months ago
#7
@sabernhardt commented on PR #11283:
2 months ago
#8
The logo image needs a white background. See #11293.
Core trac: https://core.trac.wordpress.org/ticket/64877