Title: customizing sidebar menu
Last modified: August 20, 2016

---

# customizing sidebar menu

 *  Resolved [pundurbrother](https://wordpress.org/support/users/pundurbrother/)
 * (@pundurbrother)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/customizing-sidebar-menu/)
 * Hi, WordPress gurus!
 * I’m having trouble to improve my wp page. Theme I am using is called Gluttony(
   [http://www.wpdesigner.com/2007/11/25/gluttony-wordpress-theme](http://www.wpdesigner.com/2007/11/25/gluttony-wordpress-theme)).
 * I am now looking for way to customize left menu (page menu) in my page [http://www.freeskate.lv](http://www.freeskate.lv).
   I want to change color of those arrows for few pages to seperate them from the
   list. As I understand I need to define them as a class or ID to get control for
   each page title in my stylesheet css. Well, the only problem I don’t have enough
   skills to do that.
    I’m using Flexi Pages widget to sort pages in order I need.
 * Should I get rid of widget and add this menu to sidebar.php?
 * Help would be great and appreciated
 * Roberts

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [nsathees](https://wordpress.org/support/users/nsathees/)
 * (@nsathees)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/customizing-sidebar-menu/#post-2206597)
 * The page listing is called by a query and runs through a loop. Thus changing 
   only a few out of that needs identification.
 * You have to use the id to identify and change the style of them or assign a class
   to those and define the class in CSS!
 * requirement Knowledge in PHP, HTML and CSS
 *  Thread Starter [pundurbrother](https://wordpress.org/support/users/pundurbrother/)
 * (@pundurbrother)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/customizing-sidebar-menu/#post-2206623)
 * Thanks for posting! I would be more happy with code, but anyway it led me to 
   right direction and here it is.
 * I just added this to my stylesheet.css
    .page-item-X a {…;} and .page-item-X 
   a:hover {…;}
 * Where X is your page ID (you can find you page ID like described here- [http://www.techtrot.com/wordpress-page-id](http://www.techtrot.com/wordpress-page-id))
 * SOLVED

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘customizing sidebar menu’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [pundurbrother](https://wordpress.org/support/users/pundurbrother/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/customizing-sidebar-menu/#post-2206623)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
