Twenty Eleven – background image instead of colour on pages bar.

  • Unknown's avatar

    Hi,

    I would like to change the background of the navigation bar with links of pages – to an image that fills the whole bar.
    If this is possible thanks for help! ;)

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Sure! First, create a properly sized image, upload it to your media library, and copy the link for it.

    Then you can add some CSS like this to your Appearance → Custom Design → CSS page:

    #access {
    	background: url(http://s.wordpress.org/about/images/logos/wordpress-logo-32-blue.png) repeat-x;
    }

    I used a WordPress logo as an example image. Replace the url() value with your image link.

  • The topic ‘Twenty Eleven – background image instead of colour on pages bar.’ is closed to new replies.