Change Font To Bold For Specific Menu Item Only (Dawn Theme)

Topic summary

A user seeks to make the \

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

Hi @Staine
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.header__inline-menu .list-menu > li:last-child {
  font-weight: bold;
}