#64877 closed defect (bug) (fixed)
Default site icon fallback still uses blue logo
| Reported by: | huzaifaalmesbah | Owned by: | sabernhardt |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.1 |
| Component: | General | Version: | 7.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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 (16)
This ticket was mentioned in PR #11283 on WordPress/wordpress-develop by @niravsherasiya7707.
5 months ago
#1
- Keywords has-patch added
@niravsherasiya7707 commented on PR #11283:
5 months ago
#3
@huzaifaalmesbah Umm, but it should match the new primary color right?
@nikunj8866 commented on PR #11283:
5 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.
5 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
@
5 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:
5 months ago
#7
@sabernhardt commented on PR #11283:
5 months ago
#8
The logo image needs a white background. See #11293.
This ticket was mentioned in Slack in #core by mukeshpanchal27. View the logs.
5 months ago
#11
@
3 months ago
Removing trunk version as this is not going to be shipped with WP 7.0 but in the next releases.
#13
@
2 months ago
- Keywords needs-testing removed
Tested locally using the wordpress-develop environment.
Before applying the patch, requests to /favicon.ico redirected to w-logo-blue-white-bg.png and the browser displayed the blue WordPress logo as the fallback site icon.
After applying the patch from PR 11293, requests to /favicon.ico redirected to w-logo-gray-white-bg.png and the browser displayed the updated gray logo.
Verified using Firefox Network Inspector and browser UI.
The patch appears to resolve the issue as described.
@westonruter commented on PR #11293:
2 months ago
#14
@westonruter commented on PR #11293:
2 months ago
#16
Committed in r62521 (c710ca6)
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Core trac: https://core.trac.wordpress.org/ticket/64877