Font and Icon increase size on Navigation bar on TASTE

Hi there.

https://www.mrandmsweekend.com/

Can someone recommend how to increase the font and icon sizes and color to the navigation bar for both Desktop and Mobile for Taste? I’m a real tech idiot so any help would be great but perhaps explained for a complete moron would be best!

Thank you in advance!

HI @relmermin

You can use this CSS to change the font sizes and colors

.header__menu-item.list-menu__item > span {
    font-size: 20px !important;
    color: azure !important;
}

Please follow these steps to apply the CSS

  1. From your Shopify admin dashboard
  2. Navigate to Online stores > Themes > Select the main theme
  3. Click on Actions > Edit code
  4. From the code editor, search for the base.css file
  5. Then paste the above CSS at the bottom of the base.css file
  6. Save and refresh the pages so check your changes

Cheers!

1 Like

Hi there!

It did work and you gave me the courage to actually go into the other code and change the icon sizes all by trial and error but it worked!!!

I am literally a tech idiot so this was mind blowing I could take it a step further!

THANK YOU!!!