• Hi, In my web-page http://tardepogo.com , I have that menu bar, and I want to make it less tall, reduce the height, I know the description of the page goes there, but I don’t want it.
    And I also would like to make the menu-box, larger so I can make the font of the menu bigger.

    How could I do this?
    -Reduce completely the height of the box-menu
    -Make the weight larger
    -Make the font bigger

    I’m using this CSS Code right now:

    `.navbar-wrapper .brand a {
    display: none;}
    .navbar-wrapper .brand h1 {
    margin: -47px ;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
    }
    .navbar .nav > li > a:first-letter {
    font-size: 17px;
    }
    .navbar .navbar-inner {
    margin: 14px 20px 10px -50px;
    padding-left: 10px;
    max-width: 67%
    }
    .navbar .nav > li > a { color: #fe4e03; }

    .navbar .nav > li > a:focus,
    .navbar .nav > li > a:hover { color: ##FF7514; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gerard094

    (@gerard094)

    Also, I would like to know how to put the background of the nav.menu and the header all black

    It was already posted several times in the forum but can’t remember the name of the post, but you can check theme FAQ there you’ll find a lot of information abou many things you asked here in the forum.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with the menu please (Font size,menu box size)’ is closed to new replies.