Making Text & Header Smaller Without Changing the Logo Size

Hello! I’d like to make my header and the text on it smaller, but without changing the size of the logo. Thank you in advance for any answers. Here I will provide a link to my website & password for it.

https://prestigestraps.com

Password: asd321

Hi, @kitchencrafted .

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

.header__menu-item {
    font-size: 12px;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!