Head menu font size
-
Hi!
I am trying to enlarge the head menu font and I am using this in CSS, but it does not work/* headmenu*/
#menu-menu-principal a {
font-size: 30px;
font-weight: bold;
}The blog I need help with is: (visible only to logged in users)
-
-
Hey,
Can you try to use this CSS instead:
#primary-menu .menu-item > a {
font-size: 30px;
}
and tell me if there’s any difference now, please?Thanks,
Radu -
Thanks, but that snippet dit not work doing menu font digger, but for some reason this snippet makes it but it do not increase body text
/ * Enlarge body font size 10321063-hc * /
body {
font-size: 21px;
} -
Hey,
As I can see, you’re now using this CSS:
body {
font-size: 22px;
}
to make the body text bigger (including the menu from the top of the page). Is this the way you wanted to change your page? If not, can you tell me what part of the page do you want to change exactly so I can tell you what CSS you need, please?
- The topic ‘Head menu font size’ is closed to new replies.