Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello

    ————-
    function theme_prefix_setup() {
    add_theme_support( ‘custom-logo’, array(
    ‘height’ => 280,
    ‘width’ => 280,
    ‘flex-height’ => true,
    ) );
    }
    add_action( ‘after_setup_theme’, ‘theme_prefix_setup’ );
    ————-
    Step-1 : Put above code in function.php
    Step-2 : Re-Upload logo from admin customizer
    Step-3 : Now! refresh you front-end page… It will be working…

    Thanks

Viewing 1 replies (of 1 total)