Removing the menu bar

Discussion in 'ClassiCraft WordPress Theme' started by benchie2k3, Mar 15, 2016.

Thread Status:
Not open for further replies.
  1. benchie2k3

    benchie2k3 New Member

    Joined:
    Feb 13, 2016
    Messages:
    29
    Likes Received:
    0
    The menu bar when removed creates bugs within site. For example, I removed the div containing the menu bar that is displayed in the header, and the screenshot shows the bug that emanates - the list of ads is displayed three (3) times or "Sorry, there is nothing found" is display three times as seen below.
    Please how can I successfully remove the menu bar without raising other issues.
    rent.png
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can simply use the code given below in Custom CSS field of your dashboard rather than doing any changes in the code.
    Code:
    #menu .ddsmoothmenu {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. benchie2k3

    benchie2k3 New Member

    Joined:
    Feb 13, 2016
    Messages:
    29
    Likes Received:
    0
    Thanks priya,
    It works well
     
  4. priya

    priya Guest

    You're welcome..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page