is it possible to add a tiny picture of a house for example next to HOME on navigation bar?

  • Anonymous

    #7426

    1- is it possible to add a tiny picture of a house for example next to HOME on navigation bar and small pictures to other titles on the navigation bar?

    2- and I have seen how to change the font style of the menu but is it possible to have a font style different for each item like for example “Home” is times new roman but “Contact me” is Georgia font ?

    Thank You

    Anonymous

    #38131

    For the first question, I would say yes since WP menus do take HTML tags.

    Admin

    Syahir Hakim

    #38132
    Quote:
    2- and I have seen how to change the font style of the menu but is it possible to have a font style different for each item like for example “Home” is times new roman but “Contact me” is Georgia font ?

    Yes you can, since each menu item has its own unique class that you can use in your CSS code. But really, why would you want to do that?

    Anonymous

    #38133

    I was thinking about doing what this website does with the different font styles. Just go to the link and hover over the “More Ehow” on the top right , and you will see how they use different font styles just for one menu: http://www.ehow.com.

    Would the code for that be something like this? :

    #li id="menu-item-1658" class="menu-item menu-item-type-post_type menu-item-object-page">
    li {font: 14px arial;
    margin: 0 0 0 5px;
    }

    and how would I go about with a small picture next to a menu title?

    Thank you for your help

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

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