• Resolved Eve

    (@etransac)


    Hi

    is it possible to hide the homeicon menu in homepage but keep it in mobile page?

    Thanks in advanced!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try placing this CSS into Appearance> Theme Options> Advanced Settings,

    @media(min-width: 992px) {
    .home-margin .rowtight .home-iconmenu {
        display: none;
      }
    }

    Let me know if that works for you!

    Thread Starter Eve

    (@etransac)

    works great! thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide home iconmenu in homepage but not in mobile page’ is closed to new replies.