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.
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
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?