Logo text size

Hi,

I am using Illdy on my site: percus.co.uk

I am trying to make the logo smaller for mobile devices, any help would be appreciated. I’ve seen some posts with some CSS to be added but it doesn’t seem to work

Thanks

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the logo size for mobile devices by going to Appearance > Customize > Additional CSS and pasting it there.

/*Mobile Logo*/ @media only screen and (max-width: 700px) { #header .top-header .header-logo { font-size: 40px; color: #fff; } }

Best Regards,
Support