Home › Forums › Automattic › A Simpler Time › Font Size mayhem
-
AuthorPosts
-
leightontravelsHello
In my last post you helped me decrease the size of my drop down album review categories (From My Top 20 Albums) I have since adapted it to 80% which I feel is perfect.
Would it be possible for you to change all drop down pages and category items(level 2 & 3 icons) to 80%.
So that would be a font decrease for:
The Qatar Collection (and all drop down stories thereunder)
The Slovak Files (and all drop down stories from thereunder)The drop down categories under Leighton’s Likes.
The drop down categories under Site Milestones.
Just to be super clear – I don’t want to reduce the font size for any of the main level 1 icons (Home – About – and so on).
Hope this makes sense and isn’t too much work!
Thanks
Leighton
The blog I need help with is leightonliterature.comJanuary 5, 2015 at 4:56 pm #162706If I understand you correctly, you want all your sub-menu items to look like what we did for the My Album Reviews submenus?
If that’s correct, then remove this CSS I gave you earlier:
#menu-item-676 .sub-menu { font-size: 80%; }
…and replace it with this:
.menu-item .sub-menu { font-size: 80%; }
Let me know if that accomplishes what you’re after.
January 6, 2015 at 12:39 am #162712
leightontravelsHi Kathryn,
Thanks for your swift reply. That’s what I’m after – but I would like it all for all menus please. (Bad explaining on my part perhaps).
Leighton
January 6, 2015 at 4:36 am #162715
leightontravelsAll Sub menus I mean. At present it hasn’t decreased the size of the following sub menus:
Leighton’s Likes
Short Stories
Site Milestones
My Top 20 Albums iconJanuary 6, 2015 at 3:26 pm #162719OK, I think I understand better what you’re after now! Try this instead of the earlier CSS:
.main-navigation .sub-menu { font-size: 16px; }
January 7, 2015 at 1:57 am #162724
leightontravelsYes that’s it! Thank you very much for your help and patience with my poor explaining skills.
Leighton
January 7, 2015 at 2:24 pm #162725No worries! Glad you’re set now.
I’ll mark this thread as resolved but feel free to start a new one if you need help with anything else.
-
AuthorPosts
You must be logged in to reply to this topic.