Removing Menu from top and bottom of theme

Home Forums IT Consultant Support Removing Menu from top and bottom of theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21098
    JesseJesse
    Member
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: January 31, 2016

    I would like to remove the top and bottom menus but I don’t seem to see how to do it? Love this theme, thanks so much for this!

    #21159
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi Jesse,

    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    Add this css code in custom css box

    #nav{display:none;}
    .mobile_nav{display:none !important;}
    #copyright .right{display:none !important;}

    Regards,
    Shri

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.