Viewing 1 replies (of 1 total)
  • I don’t see a horizontal menu – there does seem to be a space there, but no menu items. It looks like you could hide it by adding display: none; to this CSS:

    .art-nav {
        display: none;
        height: 24px;
        position: relative;
        z-index: 100;
    }

    But beyond that, you’ll likely need to ask the Artisteer folks for help — as these forums only support themes from the repository on this site.

Viewing 1 replies (of 1 total)
  • The topic ‘Horizontal menue – how to remove?’ is closed to new replies.