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

    Hello Team Enfold!

    I’m setting up WPML for the first time. Fabulous integration with Enfold!

    1. Is it possible to remove the default language flags that appear in the menu area in order to avoid duplication when setting up custom flag displays using the WPML dashboard in the WP Sidebar? See here:

    http://palnetwork.org/

    2. Header logo: is it possible to use a different logo in the shrinking header?

    Many thanks indeed. Much appreciated as ever.

    Christian Jaroljmek

    #474630

    Hi jaroljmek!

    Thank you for using Enfold.

    1.) Yes, you can hide it using css. Add this in the Quick CSS field:

    .av-language-switch-item {
      display: none;
    }

    2.) There is no option for that by default but you can try this in the Quick CSS field:

    .header-scrolled .logo a img {
      display: none;
    }
    
    .header-scrolled .logo a {
      background: url('scrolledlogohere.jpg');
    }

    Set the new logo as background.

    Best regards,
    Ismael

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