Replace header title with my logo (Chunk Theme)
-
Hello!
I’d like to replace the current header on the Chunk theme for my logo. I have uploaded the image I want to use in my media files, but im not sure what part of the CCS I need to edit in order to get it done.thanks :-)
The blog I need help with is: (visible only to logged in users)
-
-
You can use the Appearance → Header page in your blog dashboard to upload a header image into the Chunk theme, but the space for the header image is fixed in the theme design at 800 × 140 pixels.
If you want a larger image, you can try something like this:
#site-title a { display: block; background: url(https://rumiskitchen.files.wordpress.com/2012/03/logo11.jpg) no-repeat; width: 800px; height: 634px; text-indent: -9999px; }However, note that I wouldn’t recommend making a header image with such a large height because it will take too much scrolling to get to the content. I would recommend making an image with a smaller height, upload it to your media library, copy the image URL, and then update the url(), width, and height in the example above accordingly.
- The topic ‘Replace header title with my logo (Chunk Theme)’ is closed to new replies.