Adding a logo to Andreas04 Theme
-
I am using the theme Andreas04, and I’m trying to add my logo to it. Is there a way to do this without doing CSS, considering I’m not familiar with CSS?
The blog I need help with is: (visible only to logged in users)
-
You could put it in a text widget at the top of the sidebar; just put it in as code, or write the text widget as if it were a draft post. When it looks right to you using the visual editor, click to the HTML editor, copy all the code, and paste that in the widget.
-
-
-
metsflu – A couple of points…
First, You ask: “What’s the code I would need to put in for something on my computer?”
Unless your computer is a web server (which is highly unlikely and very suspect from a security perspective) you don’t want to link to an image on your computer. Uploading, and then linking to the uploaded image is the right way to go, as suggested by raincoaster and bats0711Second, you could add a logo with CSS, it is possible. I no longer consider CSS complicated, but that’s after a few years of working with it. I won’t advise you to jump in and try it without that warning, but, it is possible to do by referencing the uploaded image as a background-image to the header section of the page.
raincoaster’s suggestion is simpler.
-
- The topic ‘Adding a logo to Andreas04 Theme’ is closed to new replies.