CSS Selector Issue
- by YsoL8
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!