• Resolved jars777

    (@jars777)


    Hi there

    Can I completely remove the top navigation so that the space for it shifts up?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Silkalns

    (@silkalns)

    Add this code to Theme Options – Other – Custom CSS

    #main-nav {
        display: none;
    }

    it will get rid of green navigation bar but title social icons etc will still be in place. Let me know if you want to remove those as well.

    Thread Starter jars777

    (@jars777)

    Perfect thank you!

    Add this code in your stylesheet

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    .copyright{
    display:none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove top navigation completely’ is closed to new replies.