Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1251195

    In mobile mode there is a <span class “subtext” named “Company Name” in the header.
    I don’t want that, where can i remove it? I didn’t found it in the menue description or in the enfold or wordpress settings.
    I’ve posted the homepage below.

    Thanks a lot

    #1251509

    Hey eHouseIT,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1251650
    This reply has been marked as private.
    #1251819

    Hi,

    Thanks for that. First off, could you try updating the theme to the latest version (4.7.6.4) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1252213

    Thank you very much! Problem solved!
    One more Question, is it possible to load the burger menu (mobile menu) earlier than normal, because i have a lot of nav menus and they’re automaticly stacking below when i shrink the window a little.

    #1252432

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    
    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }

    Change the value 1024 to the pixel value of your choice.

    Best regards,
    Jordan Shannon

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