Hi all,
I am using the Dawn theme. How do I increase the text size of the header navigation? I feel it would look better if I increased the size of the text.
Thank you in advance!
Hi all,
I am using the Dawn theme. How do I increase the text size of the header navigation? I feel it would look better if I increased the size of the text.
Thank you in advance!
Hi @Justin34 ,
You can follow the instruction below:
.header__inline-menu .list-menu__item {
font-size: 18px !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.
Please add the following code to your assets/base.css bottom of the file.
.header__inline-menu .list-menu__item {
font-size: 18px !important;
}
Thanks!
Thank You!! Worked Great!