I would like to increase the font size of just the header text on the desktop.
Somebody please help me, I’ve been at this all day ![]()
Here is my website:
I would like to increase the font size of just the header text on the desktop.
Somebody please help me, I’ve been at this all day ![]()
Here is my website:
@afwanfhaider , go to theme.css and add the following code :
@media (min-width:990px){
li.header__primary-nav-item a {
font-size: 1rem !important;
}
li.header__primary-nav-item summary {
font-size: 1rem !important;
}
}