Logo Text

Hi
can you show me how to reduce the font size of the logo text please? At the moment the company name is on two lines and I would prefer it in a smaller font size so it fits on one line.
Thank you

Hello there,

I hope you are doing well today.

You can use the following CSS code to reduce the font size by going to Appearance > Customize > Additional CSS and pasting it there.

/*Reduce font size*/
#header .bottom-header h1 {
    font-size: 50px;
}

Best Regards,
Support

Hi
Thank you for the prompt reply, however the code you supplied changes the wrong text, it changes the text circled in red we want to change the text circled in green, see attached file
Thank for your help

Hello there,

Thanks for that information.

Please remove the previous CSScode and try this instead:

/*Logo font size*/
#header .top-header .header-logo {
    font-size: 40px;
}

Best Regards,
Support

Hi
Excellent thank you that did the trick. Many thanks

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support