How can I increase header navigation text size in Dawn theme?

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!

www.PennsylvaniaParks.org

Hi @Justin34 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.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.

@Justin34

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!