Custom Logo Support

Hi all,
I am trying to utilise the_custom_logo()

I have enabled add_theme_support( ‘custom-logo’ ); but Site Identity is not in the customizer.

I read that X uses the Site Icons instead but this does not support a custom logo size. Also whats the PHP call for this?

Thanks,
Mark

Hi There,

Thanks for writing in! Since X already provides a way to manage your site logo through Theme Options > Header area, we cannot provide support for custom development as it will be outside the scope of the support.

However you can check the file _brand.php which is under the following location:
x/framework/legacy/cranium/headers/views/global/

Then you can see how it is rendering logo image.
<?php echo ( $logo == '' ) ? $site_name : $site_logo; ?>

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.