Dawn theme - increase Menu text size and footer size

Hello, i would like to increase the size of my header menu text and footer menu texts. I am using the dawn theme.

1 Like

@jecbon
Paste this code on top of the base.css file.

a.header__menu-item.header__menu-item.list-menu__item.link.link--text.focus-inset {
    font-size: 20px !important;
}
a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 20px !important;
}
.footer-block__details-content.rte p {
    font-size: 20px !important;
}

THank You.

6 Likes

the mega-menu of the theme is not updating with this

@Arkangel_Be
Kindly Share your Store Url.
So that we can help you.
Thank you.

1 Like

Hi @Zworthkey , your solution pasted into the top of the base.css file worked to increase the text size of my main header menu and my policies menu I added to the footer, but it does not apear to change the ‘Quick Links’ menu text size in footer… Any additional code or suggestions? store = www.theburpboss.com PW: leistu

1 Like

@TheBurpBoss

Kindly Share a Screenshot of it.
I think the size is now perfect.

1 Like

Maybe there was a delay in it or something. I agree, it appears now correct. Thanks!

Thank you very much. Your code also worked for me.

Hi All:

I tried this solution but didn’t have any luck. It seems to change the first option on the menu but leaves the remaining options the same size, as in the screenshot below.

Does anyone have any suggestion on how I can fix this? Thanks.