change to normal and increase size

Topic summary

Issue: Request to enlarge navigation bar menu titles and possibly change typography on lastwolf.us, with a screenshot showing the target area.

Proposed solutions:

  • Edit theme stylesheet: Actions > Edit code > Assets > theme.css.
  • Increase font size by targeting the selector “.mega-menu__heading” (example set to 14px; adjust as needed).
  • Alternative selector “.mega-menu__column span.heading–small” suggested with a larger size (example 20px).

Notes:

  • CSS (Cascading Style Sheets) controls visual styling; theme.css is the main stylesheet for the store’s theme.
  • The correct selector may depend on the theme’s markup; verify which class the menu titles use, then adjust font-size and optionally font-family for typography changes.
  • Screenshots are provided to illustrate the navigation elements to style.

Status: No confirmation of implementation; discussion remains open without a final resolution.

Summarized with AI on December 15. AI used: gpt-5.

Hi guys, i need your help.

i need a custom css to increase the size of this titles and i maybe another tipography. (in the whole navigation bar)
any thoughts¿

my site is lastwolf.us

Hi @RivonLastWolf ,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

.mega-menu__heading {
    font-size: 14px;
}

You can also change the code to your liking.

add the code to your theme.css

.mega-menu__column span.heading–small{
font-size:20px;
}