• Resolved deterius

    (@deterius)


    Hello!
    Here is my site im working on:
    http://www.kindergarten.edu.hk/english_2011/wordpress/?page_id=151

    (att: ignore the homepage, its not up yet)
    Im having trouble to style the .sub-menu class of the menu on the left-hand side.
    For example, I can’t seem to be able to adjust the size of the sub-menu font without affecting the whole menu!? (in the link above, History, School Policies and Our Schools are all in the .sub-menu)

    I’ve tried many things, even just hoplessly removing all the css through firebug, yet nothing. Any idea?

    Best,
    Samsam

Viewing 3 replies - 1 through 3 (of 3 total)
  • some styles like these might work:

    #main .widget-area ul ul ul li a
    {
    color: #666;
    font-size:80%;
    }
    
    #main .widget-area ul ul ul li:hover
    {
    background-color: #ccc;
    }
    Thread Starter deterius

    (@deterius)

    Thats awesome- just a follow-up how did you find this? Did you just mess around in firebug? I want to avoid to clog up the forum with dumb questions.

    i am using the web developer add-on for firefox;

    if you are looking for a ‘sub’ in these kind of menus, it is usually just another ‘ul’ added into the styles.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘TwentyTen Options; Sub-menu css’ is closed to new replies.