Hello Everyone,
Could somebody advice me on how I can increase the font type in the announcement bar only?
Thank you in advance!!!
Hello Everyone,
Could somebody advice me on how I can increase the font type in the announcement bar only?
Thank you in advance!!!
Hi @Farid117 ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
I realize this situation isn’t exactly what you’d hope for, but I’ve got a potential solution that I’d like to share with you:
Note: You can adjust the value to fit your store
Best regards,
Anthony
Hey @Farid117
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @Farid117
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.
.announcement-bar__message.h5 {
font-size: 30px !important;
}
It worked perfectly!
Thank you very much!