• Resolved pundurbrother

    (@pundurbrother)


    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).

    I am now looking for way to customize left menu (page menu) in my page 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)
  • 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

    (@pundurbrother)

    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)

    SOLVED

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

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