How can I reduce the brand size on my mobile site?

Hello,

Im trying to put the brand size smaller on mobile. URL - https://avokitchen.com/

Example- Where it say HomeRoot im trying make it smaller cause i feel its to big.

Hi @Yusa1
Its SideNode! We will be happy to help you today.

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

@media screen and (max-width: 749px) {
.caption-with-letter-spacing.light {
    font-size: 12px;
}
}

If I was able to assist you, please remember to give it a Like and Mark it as the Solution!
Let me know if need further assistance
Regards,
SideNode

1 Like