Hello,
We plan to customize Top Menu header bar with the following:
— Language selection from WPML plugin
— Customized links to pages we select
— Same color and transparency as main (shrinking) header
— Visibility on load, once page is scrolled down -> top bar should be removed / hidden
Let us know which files we should modify / look for this customization.
Thanks!
Hey igorjovanovic!
1. Try this out, https://kriesi.at/support/topic/wpml-language-switcher-in-header/.
2. Navigate to Dashboard > Appearance > Menus and set a menu to the “Secondary Menu” area. Next navigate to Dashboard > Enfold > Header > Extra Elements and set the menu to display.
3. Add this to your custom CSS.
#header_meta { background: transparent !important; }
4. Add this to your custom CSS.
.header-scrolled #header_meta {
display: none;
}
Cheers!
Elliott