Remove Menu

  • Casper0219

    #6082

    Hi

    I have tried to remove the menu from my site efterskat.dk

    i tried width CSS:

    #nav_menu {
    display: none;
    }

    but it didnt work?

    Please help me

    Mod

    Kenneth John Odle

    #33290

    Firebug will help you out with that.

    Try:

    #header-menu {display:none;}

    Casper0219

    #33291

    Thank you so mutch

    Admin

    Syahir Hakim

    #33292
    Quote:
    i tried width CSS:

    #nav_menu {

    display: none;

    }

    but it didnt work?

    You can’t just pluck CSS selectors from thin air. The selector must exist in the site’s HTML code for it to be affected. Like Ken suggested, use Firebug to make it easier to determine which selector corresponds to which element.

    Marking thread as resolved. You can do this yourself as well.

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.