• Resolved SvenM

    (@svenm)


    Hi,

    First of all I would like to say that this is a great theme!

    I need to remove this a navigation bar from page:
    <nav class=”mythemes-nav-inline”>

    I tried use custom css but in result I remove menu in header, too. I know that i am doing something wrong and I would appreciate some guidance in this question! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author mythemes

    (@mythemes)

    use this css to disable Breadcrumbs ( nav after page title )

    body div.mythemes-page-header nav.mythemes-nav-inline{
    display: none;
    }
    Thread Starter SvenM

    (@svenm)

    Thanks, that resolve my problem!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing navigation bar’ is closed to new replies.