Can you tell me how to resize the font menu.
Or give me a CSS snippet that gives me the ability to change the font size.
See image:
ttps://prnt.sc/B2b0oAwoeHWW
BR
Anders
The change to the customizer from 1.82 to 1.83 has added a lot of extra control over font sizes, spaces, etc, which is excellent. However, the ability to change the menu item text size seems to have disappeared and the menu item text size has reverted to the default. Is this an oversight, or am I looking in the wrong place?
Regards
Steve
I am trying to increase the size of the font of the primary menu (transparent menu), as well as bold face it.
In the panel, I go from Appearance and Customize, then Header, then Transparent Header
I click on the Design tab. There is nothing there that says “font control”.
So I go back to Header and select “Primary Navigation”, then the Design tab. There I see “Navigation Font”. It currently says “Inherit”, “Inherit”, “Inherit”.
I click on the middle “inherit” and change the style to “Ultra-Bold 900”.
I click on the size tab, and change the font size from 17 to 24.
I click on Publish – and nothing changes anywhere.
]]>I want to reduce the font size of the page title and of the menu items. For title, I tried
.site-title {
font-size: 40px !important;
}
but it didn’t work.
Thanks