Increase font-size for menu items in header only - prestige theme

Solved

Increase font-size for menu items in header only - prestige theme

afwanfhaider
Tourist
7 0 2

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:

https://f88bei6t0vhno2hm-77605110095.shopifypreview.com

Accepted Solution (1)

Abdosamer
Shopify Partner
1040 188 225

This is an accepted solution.

@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;
}


}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Reply 1 (1)

Abdosamer
Shopify Partner
1040 188 225

This is an accepted solution.

@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;
}


}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work