Deprecated: Funkcja get_currentuserinfo jest przestarzała od wersji 4.5.0! Zamiast jej proszę użyć wp_get_current_user(). in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Change Menu font indepependent of body font

New Front PL 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