Make text larger in Dawn theme header

I posted this a couple of days ago but didn’t get a solution so trying again;

I have used an accepted solution to make the font size larger in Dawn theme header by inserting the code below at the 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; }

It works fine except that the ‘collections’ title (which is a dropdown menu) has remained at the old smaller size font. See screenshot below. Any ideas how to fix?

KevinDB_0-1675202467524.png

Hello @KevinDB

You can add this code:

nav.header__inline-menu ul.list-menu > li .link, nav.header__inline-menu ul.list-menu > li .header__menu-item {
    font-size: 20px !important;
}

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

1 Like

Thank you. May I ask where I should add it?

Ignore that. I added it to the top of the base.css file and it works perfectly. Many thanks.