Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #345524

    I am trying to create buttons out of the secondary menu items, using the Menu Tool to create a secondary menu, select that it is indeed supposed to be in the secondary menu place. That is turned on in the Header section as well. In the Menu Tool, I select Button Style under the Menu Style. The menu bar displays in the correct location, with the correct wording, but only text is displayed.

    Page is here: http://www.justoneafrica.org/wpsite (this is still under development)

    How can I get the secondary menu to display as buttons?

    Thank you,

    Clay

    #345605

    Hi Clay!

    The secondary menu is not supposed to use those styles. You can use your own CSS on it though. Something like this perhaps,

    #menu-item-2898 a {
        background: red !important;
        color: white !important;
        padding: 10px !important;
        border-radius: 4px !important;
    }

    Best regards,
    Elliott

    #345643

    That is perfect. Is there a way to do the boxed button as opposed to the filled in one?
    There are two links on that menu, one of the items is a button now and the other is text. Where do I find the Menu-item number of the other item?

    Thank you,

    Clay

    #345964

    Hey!

    You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.