remove menu

Discussion in 'ClassiCraft WordPress Theme' started by fishern, Apr 22, 2015.

  1. fishern

    fishern New Member

    Joined:
    Nov 20, 2014
    Messages:
    12
    Likes Received:
    0
    I am looking for help trying to remove the menu from the theme so I can use UberMenu

    I have added the following to my custom CSS in the theme options

    Code:
    .home .menu_wrapper
    {
    display:none;
    }
    I can easily remove the menu in the header.php file, however the grid and list functionality then breaks.

    Please help. Here is my URL and I have already sent admin login info to the support email for a previous request.
     
  2. fishern

    fishern New Member

    Joined:
    Nov 20, 2014
    Messages:
    12
    Likes Received:
    0
    Code:
    /*==============================================================*/
    /* Menus */
    /*==============================================================*/
    .menu_wrapper{
        background: url('images/menu-bg.png') #134f92 repeat-x; 
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 0px;
        margin-bottom: -15px;
        margin-top:20px;
    display:none;
        }
     
    .menu_wrapper {
      display: none;
    }
    #menu {
        position:relative;
        z-index:1000;\
    display:none;
    }
    #menu li {
        font-size:13px;
        background:none;
        margin:0 3px 0 0;
        padding:0;
    display:none;
    }
    #menu li a {
        position:relative;
        float:left;
        color:#fff;
        text-align:center;
        text-decoration:none;
        margin:0;
        padding:5px 0;
        padding-right:18px;
    display:none;
    }
     
    #menu li a:hover {
        color: #00b8ff;
    display:none;
    }
     
    #menu li:first-child a{
        padding-left: 15px !important;
    display:none;
    }
    #menu .ddsmoothmenu li:last-child{
        background-image: none;
    display:none;
    }
     
    #menu li.current-menu-parent a,
    #menu li.current_page_parent a,
    #menu li a.selected, #menu li a:hover {
        margin:0;
        padding:5px 0;
        padding-right:18px;
    display:none;
    }
     
    #menu li li a.selected {
    color: #000;
    display:none;
    }
     
    #menu li li a, #menu li li a.selected,
    #menu li li a:hover {
        border:none;
        border-radius:0;
        -moz-border-radius:0;
        -khtml-border-radius:0;
        -webkit-border-radius:0;
    display:none;
    }
     
    #menu li a.litmenu{
      color: #ffffff;
      background:#f1d74c;
    display:none;
    }
     
    }
    #menu li.current-menu-item a:hover,
    #menu li.current-menu-parent a:hover,
    #menu li.current_page_parent a:hover,
    #menu li a:hover.selected {
        text-decoration:none;
    display:none;
        }
    #menu .ddsmoothmenu {
        list-style:none;
        position:relative;
        z-index:10000;
        margin:8px 0 0;
        padding:0;
    display:none;
    }
    #menu .ddsmoothmenu li > ul {
        list-style-type: none;
    display:none;
    }
    #menu .ddsmoothmenu li > ul li > ul {
        margin-top:1px;
    display:none;
    }
    #menu .ddsmoothmenu li {
        position:relative;
        display:inline;
        float:left;
      display:none;
        margin-right:20px;
    }
    #menu .ddsmoothmenu li li {
        font:12px Arial, Helvetica, sans-serif!important;
        text-transform:capitalize;
        background: #17569b;
        background-image: none;
        color:#FFF;
        margin:0;
        padding:0;
    display:none;
    }
    #menu .ddsmoothmenu li li a {
        width:130px;
        height:auto;
        float:none;
        display:block;
        text-align:left;
        color:#FFF;
        text-shadow:none;
        text-decoration:none;
        background:none;
        position:relative;
        border-top:1px solid rgba(0, 0, 255, 0.1);
        margin:0;
        padding:10px 18px;
    display:none;
    }
    #menu .ddsmoothmenu li li a:after {
        width:100%;
        content:'';
        position:absolute;
        left:0;
        top:0;
        border-top:1px solid rgba(255, 255, 255, 0.1);
    display:none;
    }
    #menu .ddsmoothmenu li li li li:last-child a,
    #menu .ddsmoothmenu li li li li:last-child a:after {
        border-top:none;
    }
    #menu .ddsmoothmenu li li:last-child a:after {
        width:100%;
        content:'';
        position:absolute;
        left:0;
        bottom:0;
        border-bottom:1px solid rgba(0, 0, 255, 0.1);
    }
    * html #menu .ddsmoothmenu li li a {
        display:inline-block;
    }
    #menu .ddsmoothmenu li li a:link,
    #menu .ddsmoothmenu li li a:visited {
        color:#fff;
    }
    #menu .ddsmoothmenu li li a.selected,
    #menu .ddsmoothmenu li li a:hover {
        background:#1762b6;
    }
    #menu .ddsmoothmenu li ul {
        position:absolute;
        left:0;
        display:none;
       
    }
    #menu .ddsmoothmenu li ul li {
        display:list-item;
        float:none;
    }
    #menu .ddsmoothmenu li ul li ul {
        padding-top:0;
        background:none;
        top:0;
        margin-top:0;
    }
    * html .ddsmoothmenu {
        height:1%;
    }
    .downarrowclass {
        position:absolute;
        width:0;
        height:0;
        overflow:hidden;
        top:0;
        right:0;
        display:none!important;
    }
    .rightarrowclass {
        display:block;
        width:5px;
        height:7px;
        position:absolute;
        margin-top:-3px;
        top:50%;
        right:8px;
    }
    .ddshadow {
        width:0;
        height:0;
        position:absolute;
        left:0;
        top:0;
        display:none;
    }
    this fixed it. Hope everyone can use this if they decide on an alt menu
     
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi, Fishern!

    I have resolved your issue regarding menu.

    Please have a look at your website.

    Hope you are enjoying InkTheme services.
    Do let me know if you need any help.

    Thanks,
    Praveen
     

Share This Page