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 sofanerds.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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 sofanerds.wordpress.com.
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.
This topic has been closed to new replies.