Changing font size in sub menus Pilcrow
-
I’m a complete beginner to both wordpress and CSS. I am trying to make the font on my sub menus smaller and the distance between the lines closer together. At the moment the page titles wrap around far too much. I have the customiser and know where to find the F12 developer tools in my browser, but even though I’ve followed the instructions on the beginner videos I can’t seem to find the necessary bits of code to make changes. Am I just being thick here and missing something easy?
The blog I need help with is: (visible only to logged in users)
-
I’ve just found a post from a few months back which had the code
#nav a {
color: put color here; use the hex code like this: #D123F12;
font-size: put em’s here like this for 150% bigger: 1.5em;
font-family: put font family name plus at least one fall back here like this: helvetica, san-serif;
}I used the font-size portion and it has made the menu fonts smaller but it has made the main menu fonts small too. Can I have different fonts for the main menu bar and the drop downs?
-
Hi! You can modify the dropdown link size on this theme as follows:
#nav ul ul a { font-size: 16px; }
- The topic ‘Changing font size in sub menus Pilcrow’ is closed to new replies.