different styling for parent and children pages
-
I’m pretty new to WordPress and I’m trying to set up my sidebar so that the CSS for parent and children pages are different. I want all parent and children pages to show at all times. I would also like to have a break between the final child and the next parent.
The different page levels have the following CSS:
#parentPages a { color: #f7c96d; text-transform: uppercase; } #childPages a { color: #ffffff; font-size: 14px; text-transform: lowercase; }
so the sidebar will look something like this:
ABOUT US
staff
philosophyEVENTS
announcements
calendarI don’t really know php, but it seems to me that there must be a php file that generates the list that I could throw some divs in to achieve this; however, I can’t find one.
Any help is appreciated.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘different styling for parent and children pages’ is closed to new replies.