Put Brand Smaller on mobile

Solved
Yusa1
Excursionist
46 0 1

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.

unnamed (6).jpg

Accepted Solution (1)
SideNode
Shopify Partner
159 37 40

This is an accepted solution.

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

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION

View solution in original post

Reply 1 (1)
SideNode
Shopify Partner
159 37 40

This is an accepted solution.

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

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION