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

    Hello,

    I’d like to have the 3 items in my secondary menu appear as (differently colored) buttons, like on this page:

    https://www.dollenberg.de/en/
    (book online / enquire / vouchers)

    How can I do that?

    Also, the WPML languages should be aligned in the middle of the page (or at least on the left side of the menu), not on the right side of the menu.

    #1048035

    Hey lindenhof,

    There is nothing like in the theme by default unfortunately, you would have to write that from scratch or use third party code.

    If you want the menu with the flags to float left then please try this CSS:

    .av_secondary_right .sub_menu {
        float: left;
    }

    Best regards,
    Rikard

    #1048277

    OK, thanks for your answer. Is there any other way to highlight the secondary menu items, in a similar way as it is possible in the primary menu?

    #1048762

    Hi,

    Not by default unfortunately, though we might be able to help you out with some code if you tell us what you need?

    Best regards,
    Rikard

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