Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #373178

    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!

    #373201

    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

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