i am trying to increase my navigation menu font size - Brooklyn Theme

this image represents the menu i would like

the second image is my store currently

1 Like

@7kingodmsla ,

Share the URL please

Hi @7kingodmsla ,

Please share your store URL and password of front view.
So that I will check and let you know the exact solution here.

Best regards.

https://7kingdomsbar.myshopify.com/

@7kingodmsla ,

password

https://7kingdomsbar.myshopify.com//

https://7kingdomsbar.myshopify.com/ rawgow

@7kingodmsla ,

its password protected

rawgow password

@7kingodmsla

a.site-nav__link {
    font-size: 20px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

@7kingodmsla
Add this code in theme.css or theme.scss file.

li.site-nav__item a {
    font-size: 18px !important;
}
  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
  3. Save it.

Hi @7kingodmsla ,

You can try follow the instruction below:

  1. Go to Online Store → Theme → Edit code.
  2. Asset → /timber.scss paste code below into end of the file.
.header-wrapper.header-wrapper--transparent .site-nav__link{
  font-size: 20px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.