luthemes / silver-quantum

0 stars 0 forks source link

Add the ability to upload logo in customizer #2

Open elisabettac77 opened 6 months ago

elisabettac77 commented 6 months ago

At present the theme only allows to upload a site icon (favicon) to the customizer.

Expected behavior is to be able to upload logo in the header of the site (above the header image and under the top-bar, on the left, while the menu is on the right. usually this is the most used design for that) and the site icon that shows on the browser tab.

for reference: https://developer.wordpress.org/themes/functionality/custom-logo/

ghost commented 6 months ago

custom_logo

ghost commented 6 months ago

add_theme_support( 'custom-logo' ); is now supported

elisabettac77 commented 6 months ago

tested and works really well

elisabettac77 commented 6 months ago

Schermata del 2024-03-05 14-34-32 (added screenshot for context - the branding logo is correctly resized maintaining ratio when scaling from desktop view to mobile view and is not "deformed" by the theme)

ghost commented 6 months ago

can i close this.