CSS Selector Issue
        Posted  
        
            by YsoL8
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by YsoL8
        
        
        
        Published on 2010-06-07T10:42:22Z
        Indexed on 
            2010/06/07
            10:52 UTC
        
        
        Read the original article
        Hit count: 259
        
Hello
html > body .home blog logged-in > div #wrapper > div #page > div .cats
I have a problem with selecting unordered lists (i.e ul > li.class-name class-name-number) at the above dom location in CSS. I am working with a wordpress theme.
Basically could I have suggestions for the correct selector to use in order to influence this tag? I can provide a simplified html structure if it will help.
I've tried a number of selectors along the lines of:
(sometimes)#page (# or .)cats (sometimes)ul li(sometimes with class name)
EDIT: I've tried the selectors suggested in the wordpress docs.
Thanks!
© Stack Overflow or respective owner