Title: third level styling
Last modified: August 21, 2016

---

# third level styling

 *  Resolved [Avantart](https://wordpress.org/support/users/avantart/)
 * (@avantart)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/third-level-styling/)
 * Hello! I am using your plugin version 4.4.3 which seems to be quite fresh ;=)
 * I cannot find any options for this plugin although somewhere in this forum I 
   read that there are options ;=)
 * what I do not want to achieve:
 * 1) I have some 3rd level pages
    when I activate the 2nd level page, the 3rd level
   link is visible however when I am on a 2nd level page, the link to the 3rd level
   page is bold as well, but it should be “normal” as it is not current
 * so what to do? When I study your css files (there are two of them!), I see css
   for 2 levels, not 3 levels….
 * `advanced-sidebar-menu ul ul li a`
    but no `advanced-sidebar-menu ul ul ul li
   a`
 * what to do?
 * [http://wordpress.org/extend/plugins/advanced-sidebar-menu/](http://wordpress.org/extend/plugins/advanced-sidebar-menu/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mat Lipe](https://wordpress.org/support/users/mat-lipe/)
 * (@mat-lipe)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/third-level-styling/#post-3881212)
 * Hello Avantart,
 * You may add the following css to your theme’s style.css file
 *     ```
       .advanced-sidebar-menu li.current_page_item li a{
           font-weight: normal;
       }
       ```
   
 * That should do the trick.
 * I have added this to the next versions styles.
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘third level styling’ is closed to new replies.

 * ![](https://ps.w.org/advanced-sidebar-menu/assets/icon-256x256.png?rev=1810540)
 * [Advanced Sidebar Menu](https://wordpress.org/plugins/advanced-sidebar-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-sidebar-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-sidebar-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-sidebar-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-sidebar-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-sidebar-menu/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mat Lipe](https://wordpress.org/support/users/mat-lipe/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/third-level-styling/#post-3881212)
 * Status: resolved