Add a header to Pixel Theme
-
Is there a way to add a custom header to this theme?
-
Could you use a plugin for this? http://wordpress.org/plugins/search.php?q=custom+header
I got the plugin, uploaded the header, and put the file-URL of the image in the correct sections but so far no success.
Let’s see a page with the issue
http://retroblasting.com/
My goal is to place the header at the top, rather than the page saying “RetroBlasting.”In that case can you add a background image to the header?
E.g.:#header { background: url(http://placekitten.com/1000/300) no-repeat; }You can just use CSS to hide the “RetroBlasting” text afterwards.
Will give that a shot… in above, does the /1000/300 refer to the size of the image? Do I leave that in or modify to the size of my header?
That website, “http://placekitten.com” is just used for an example. You know more about the header image URL than I, use your image URL. Your image URL might be “/wp-content/themes/pixel/images/your-image.png”, but I don’t know.
Can I add that into Custom CSS or do I need to modify the main stylesheet?
Always add new CSS to your Custom CSS
Darn. No success.
There is no image here http://retroblasting.com/?attachment_id=549
I uploaded into “media” and grabbed the URL from there… Must have done something wrong there.
Changed it to: http://retroblasting.com/wp-content/uploads/2014/02/WEBversion.jpg
Still no luck.
Okay, using the photo link I just posted did place an image there, but it is too large. How can I tell what size my image needs to be?
The images you upload go to the “upload” folder, the URL may be “/wp-content/uploads/[filename]”
The topic ‘Add a header to Pixel Theme’ is closed to new replies.