Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Logo resizing

#11622
Grace Themes
Member

Hi William Ackah,

To change the logo image size
Go to the Appearance -> Editor -> functions.php

at line no 35 find the below code and change the width and height of logo image

add_theme_support( 'custom-logo', array(
	'height'      => 50,
	'width'       => 100,
	'flex-height' => true,
) );

Then re-upload new logo image from WordPress Customizer

Regards
Grace Themes