change logo size in medzone lite
-
how can change my site logo ?
WordPress theme is medzone.
lite I found this reply. But my page has not this code!
Please go to this file: medzone-lite\inc\class-medzone-lite.php and on lines 385-389 you will see this code:
array(
‘height’ => 35,
‘width’ => 130,
‘flex-width’ => true,
)
Replace it with this one:
array(
‘height’ => 35,
‘width’ => 130,
‘flex-width’ => true,
‘flex-height’ => true,
)After you make this change, save the file and then go to your dashboard > remove the current logo and upload the larger image again.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘change logo size in medzone lite’ is closed to new replies.