I am unable to upload my logo to the top of the twenty eleven theme in wordpress. The logo is saved as a JPEG and a PNG file under my Documents
I want to keep the ocean scene picture at the top of the pages however above that, where it says, custom header, i want to upload my logo. i do not know how to do this.
thanks, andrea
thanks, andrea
It's important before you make changes to the css file that you create a copy or back up the file. that way, any changes you make can easily be reverted to the original.
#site-title {
#site-title { background: url("path_to_image") no-repeat scroll 0 0 transparent; height:(size of image height)PX; width: (size of image width)PX; }
#site-title a, #site-description { display: none; }