Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

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