Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: CSS for logo

#6379
Grace Themes
Member

Hi Tina,

The size of the logo image is fixed.
If you want to use big size logo image you need to define logo image size in functions.php file

Go to Appearance -> Editor -> functions.php
at line no. 40 you will find the below code, just change the logo image height and width that you want to use

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

Regards
Grace Themes