Viewing 1 replies (of 1 total)
  • Thread Starter officialmmt

    (@officialmmt)

    function spicepress_customlogo() {
    add_theme_support( ‘custom-logo’, array(
    ‘width’ => 500,
    ‘height’ => 100,
    ) );
    }
    add_action( ‘after_setup_theme’, ‘spicepress_customlogo’, 11 );

    When you will update the width and height then you need to again upload the site identity logo.

    • This reply was modified 6 years, 4 months ago by officialmmt.
Viewing 1 replies (of 1 total)
  • The topic ‘How can I change Logo size’ is closed to new replies.