CSS Styling Sub Menu – Can't Work Out 3rd Level (P>C>C) Styling
-
The main list of parent pages looks fine.
https://test.pillarsoflifebook.com/The 1st sub level child also looks fine.
https://test.pillarsoflifebook.com/banquettes/The 2nd sub level child is where it goes off. I want it to look like the 1st sub level child but also highlight the page it’s on.
https://test.pillarsoflifebook.com/banquettes/designer-banquettes/It should look like this (client static HTML site I’m migrating to wordpress).
https://www.citylivingdesign.com/booths_banquettes/Banquettes/banquettes_designer/banquettes_designer.htmlI’ve read and searched and played but have not had any success. I appreciate any feedback!
Current CSS – I hope this isn’t too much.
.sidebar { font-size: 16px; color: #ffffff; text-transform: uppercase; padding-bottom: 25px; line-height: 26px; } .sidebar li { padding-left: 10px; list-style: none; } .sidebar a { color: #ffffff; text-decoration:none; } /* Style Sidebar Sub Menus */ #sidebar li.current_page_item { background-color: #6599A3; } #sidebar li.current_page_item a{ color: #0E2C60; font-weight: bold; } #sidebar li.current_page_item li a{ color: #ffffff; font-size: 14px; text-transform: capitalize; font-weight: normal; }
- The topic ‘CSS Styling Sub Menu – Can't Work Out 3rd Level (P>C>C) Styling’ is closed to new replies.