Reply To: Change Menu font indepependent of body font

New Front EN Support Forums Kabuki Theme Support Change Menu font indepependent of body font Reply To: Change Menu font indepependent of body font

#11048
mmsatori
Keymaster

Hey CrackleFactory,

you can use the following CSS to change the menu font separately from everything else:

#nav-primary {
font-family: Arial;
}

replacing “Arial” with the required font family. Custom CSS can be included via a child theme, the preferred way of modifying themes in WordPress.

Sincerely,
Andrii / Satori Studio