New Front EN › Support Forums › Kabuki Theme Support › Change Menu font indepependent of body font
- This topic has 5 replies, 2 voices, and was last updated 8 years, 1 month ago by satori.
-
AuthorPosts
-
October 25, 2016 at 4:48 am #11046CrackleFactoryMember
I do need to have independent control of both the menu font and the body font, but there is no Theme Option for this, and no custom CSS field. The Theme Features stated that I could “easily change the color and font of any element,” so – unless I’m missing something – this is something of an unpleasant surprise. This is time-sensitive – please advise ASAP.
October 25, 2016 at 6:35 am #11048satoriKeymasterHey 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 StudioOctober 25, 2016 at 8:34 am #11050satoriKeymasterHey Ian,
I’ve prepared a child theme for you, as well as an update to the Kabuki theme fixing a couple of bugs that were found along the way; please follow there steps to install the child theme:
1). If you’re using the background slider feature, go to the “Appearance -> Background Slider” and note (or make screenshots of) the settings you have in each of the tabs – there is a small probability that some of them may get nullified during the next step, so a backup is recommended.
2). Download the Kabuki_Intstallable.zip file I’ve sent to you by email, unzip it, and upload the containing “Kabuki” as a whole into the following directory inside your WordPress installation: /wp-content/themes/ using an FTP client or your hosting provider’s file manager – overwriting the existing files when prompted. Effectively, this step should overwrite your existing /wp-content/themes/Kabuki/ directory contents with the new ones.
3). Download the Kabuki-child.zip file I’ve sent you. Then go to “Appearance -> Themes” admin section and click on “Add New”, and then “Upload theme”. Upload the Kabuki-child.zip archive and activate the new child theme. The child already contains a stylesheet (style.css) with a declaration for the menu font which you can play with; you can also add your own CSS code into that file.
4). Go back to “Appearance -> Background Slider” and make sure your settings are intact; if they’re not, restore them using the notes taken in step 1.
Should you encounter issues on any of these steps, do not hesitate to contact me!
Sincerely,
Andrii / Satori StudioOctober 25, 2016 at 9:25 am #11056CrackleFactoryMemberFantastic! Thanks very much; I’ll work on this in the morning.
October 25, 2016 at 10:11 am #11057CrackleFactoryMemberActually, I went ahead and installed it this evening.
So far – everything looks good, except the logo doesn’t seem to be resizing; now it’s just showing me a section of the large image. What’s the recommended actual size for the logo? I’ll just upload a new, smaller one…
October 25, 2016 at 10:18 am #11058satoriKeymasterHey Ian,
glad it worked! Please try a 116×120 pixels image for the logo.Sincerely,
Andrii / Satori Studio -
AuthorPosts
- You must be logged in to reply to this topic.