Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding this CSS to Theme Options> Custom CSS:

    @media (max-width: 992xp) {
    .home-margin.home-padding, .home-iconmenu .home-icon-item {
        display: none;
       }
    }

    Let me know if that works for you!

    -Kevin

    Thread Starter Malgorzata77

    (@malgorzata77)

    Thanks Kevin
    I pasted this css to Theme Options> Custom CSS
    But unfortunately the Icon Menue still shows on mobile (checked on my samsung s7)
    … Or maybe I should wait a few hours for the change to appear?

    Take a look at the printscreens if I did it right: https://stalove.eu/pictures/

    • This reply was modified 8 years, 1 month ago by Malgorzata77.

    I had a typo in the css i originally gave you. Try this instead:

    @media (max-width: 992px) {
    .home-margin.home-padding, .home-iconmenu .home-icon-item {
        display: none;
       }
    }
    Thread Starter Malgorzata77

    (@malgorzata77)

    it works!
    thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icon menu’ is closed to new replies.