Site title to image (Morning After theme)
-
Hi, I am trying to add my logo as the site title and I am unsure how to do this, can you help? I am not sure where to find the code for the site title as I looked at the HTML from my home page. Also once I am there I am unsure of how to change code in order to get my logo up…? Would really appreciate your help and can send logo as well if that helps…thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi, if you want to edit the CSS code and the HTML code, you need to pay for that. Now, you can add a banner at your blog ==> Dashboard>Settings>General>(At your right hand) “Blog Picture / Icon”. That’s it. I am not sure if this is exactly what you are looking for, but if you want to place your banner at a specific position and place, you need to pay.
I hope i help!
-
One clarification: Here at wordpress.COM, we cannot edit the underlying theme files (HTML), we can only edit the CSS if we purchase the Custom Design upgrade.
The text site title can be replaced with an image, or an image added beside the title text, via CSS as long as you have the Custom Design upgrade.
-
If you are not familiar with CSS code, it is not advisable to purchase the design upgrade. But this option should work for you:
On your dashboard, go to Appearance—> Theme Options —> Template Headings —> Make “prefix” and “home” blank
—> SaveThen make a header image which contains your logo:
960 × 70 pixels
Appearance—> Custom Header—> upload your image —> Save -
You can also replace the default title with an image without the CSS upgrade. If that’s what you’re looking for, please upload your logo via Media > Add New and paste its URL here.
-
(welcome back!)
I wish you’d been around the past couple of weeks when I tried to fix my logo in Chateau: think I’ve got it now. Safari and FireFox make it display so differently… -
Hi again!
(And sorry, vacation for me means, among other things, time away from the internet.)
I’d like to check your Chateau blog, but I’m afraid I can’t find the link to it. -
Hi everyone, thank you very much for your advice! I did purchase the CSS design upgrade a couple weeks back for other purposes.
Could you expand how I upload the image as a site title using CSS upgrade?
Thanks again!
-
Hi Sacred Path, I’ve seen your answers on a few other topics and I’m hoping you can help…
My one issue regarding the URL is that the URL they give me for my images do not include the attachment ID and I have to get the full URL with attachment ID this way,
Which URL should I use when coding? The one I find in the media gallery or the one I see when I hover the mouse over the image with attachment ID included? Thanks, from there I think I should be good as I see the rest of your advice here:
-
Alright, I am so close!! Here’s a preview, now I need to know how to remove the old site title? My logo is sitting on top of the old site title, thanks!
-
-
You would have to “save” the changes so that they appear on the site before we could see them and respond. Only wordpress.com staff would have access to the preview via your dashboard.
-
I have uploaded the image but now it is sitting on top of the site title.
Where in the code do I need to specify to remove the old title and what exactly do I write? Thanks.
-
-
Looks to me like the only thing you need to do is to hide the original site title and description. This will do that for you.
#header #logo .title a, #header #logo .title .desc { display: none; } -
-
-
- The topic ‘Site title to image (Morning After theme)’ is closed to new replies.