Help a newbie get rid of the blue background

Forums Forums Menus Help a newbie get rid of the blue background

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #744
    Debbie
    Member

    Hi there,

    I’ve coded pixopoint into my wordpress site: http://wonderbreadgirl.com

    I managed to change the look of the nav but can’t get rid of the blue background.

    Here is my CSS:
    #pagenav{
    margin-bottom: 1em;
    }

    ul#pagenav{float:center;
    margin:0;
    padding:0;
    list-style-type:none;
    }

    #pagenav li{
    float:left;
    list-style-type:none;
    }

    #pagenav ul a{
    display:block;
    padding: 5px;
    float:center;
    line-height:12px;
    background-image: url(images/menuon2222222.jpg) ; /*background image swap on hover*/
    color: #FFFFFF;
    font-size: .65em;
    font-weight: normal;
    margin-left: 1px;
    }

    #pagenav li.current_page_item a{
    }

    #pagenav li a:hover{
    background-image: url(images/menuon33.jpg) ; /*background image swap on hover*/
    color: #FFFFFF;
    }

    I would also like to reconfigure it so that the nav only lists the wordpress pages and not the archives, categories, links, etc.

    Thank you,
    Debbie

    #5851

    What you have posted above does not resemble the code you are using in the plugin … http://wonderbreadgirl.com/wp-content/p … /style.php

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.