To insert code use <code>...</code>.
Css-ing the Nav menu
  • am trying to find a proper css to change the nav menu

    for example adding blocks to as a highlight and active menu

    how do i go by doing that


    here is what am doing so far somewhere between 1786 to 1790

    ( original
    }
    #navigation {
    right: -15px;
    bottom: 0;
    position: absolute;
    height: 60px;



    new

    }
    #navigation {
    right: -15px;
    bottom: 0;
    position: absolute;
    height: 60px;
    background: display;block ' width: 10px ' height 5px


    or
    background: #222 it will add a squere background how can i round it


    sc.png
    555 x 215 - 4K
  • 5 Comments sorted by
  • i have done many css changes to this but am gonna need little help with this one
  • Hi,

    The code you put in is just for positioning the menu in the menu bar.

    If you wanna address the single menu items you should address the


    #navigation > ul > li {

    }


    Best regards,
    Striking Team
    Paul
  • Better yet , i have an ultimate question LOL ,,

    i designed a nav menu in ps,

    How do i add that to the theme ,

  • never that of that , am gonna try to with with that
  • in which css should i add that to ?