Tyche Theme logo size bigger?

Hello guys im trying to change the logo size on the tyche theme. I tried via custom CSS and also via the menu its seems impossible.

The logo size I have is 300 × 107

but Suggested image dimensions: 165 by 70 pixels. “Site Identity” 165x70 which is way to small for a logo.

The best workaround I found is to put the logo as the “ad banner” but the image is on complet right. I’m just theres a way to make the site identity bigger so i can fit my whole logo in there

any help?

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the size of the loggo by going to Appearance > Customize > Additional CSS and pasting it there. The values can be changed.

/*Logo size*/
.site-header .custom-logo-link img {
    width: 300px;
    height: 107px;
}

Best Regards,
Support

Hello thanks for your help I added the code in custom CSS and it did not change the size could I possibly written wrong?

Here is image link: http://prntscr.com/gbpi77

The issue seems when i upload the image from the site identity tab it reduce the size since it ask me to crop the image. Is there a custom code I can type to put the image URL without going through that site identity tab?

Here is the site identity tab im talking about http://prntscr.com/gbpj7t

Greetings

Ok i manage to figure it out. Now the issue is the image is blury? The site identity resized it to 165x70 and your code stretched the resized

Is it possible to add image link rather than going through site identity tab?

You first need to edit this file: /tyche/inc/class-tyche.php
Go to lines 285 and 286 and change the width and height there.
After that, upload your logo image and add the CSS code from above. That way it won’t be blurry.

However, directly editing theme files is not recommended, it’s better if you use a child theme.

I see it’s been 3 weeks and they haven’t replied to you, so don’t expect much :slight_smile: