Menu itens as categories

  • yoursm3

    #1379

    Can I create a Menu Item as a category? How? What I want is the same functionallity the Category widgets have, but on the Menu bar. Like a filter.

    Mod

    Kenneth John Odle

    #15518

    You can create a custom menu that contains just a single category in Appearance >> Menus and then add it to the header menu or the secondary menu.

    For examples, you can see my book blog where I have a custom menu with four categories placed on the secondary menu, or my personal blog, where I have a custom menu on both the header menu and the secondary menu.

    Ken

    rochagm

    #15519

    Ok, thanks. Now a different question but same issue: how do I change the font size in the submenus? For example, in your bookblog, I would like to make the submenu titles in the “About this blog”, such as “Purpose” and “Age recommendations” smaller. How would I do that?

    Mod

    Kenneth John Odle

    #15520

    First, you really want to start using Firebug. It’s great for answering this sort of question.

    Use this code:

    #header-menu ul li a {
    font-size:10px;
    }

    changing the size to whatever you want. You can also change the color.

    Enjoy!

    Ken

    rochagm

    #15521

    Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.