Help: adding a custom logo
-
Dear WordPress community,
I wonder if I could add a custom logo at the upper left corner in the WordPress broadsheet theme. I need to attach a small logo of the company like this (before/after): http://i58.tinypic.com/2vv3ocp.jpg Is it possible to be done? Can one alter the CSS of the blog/theme to attach a 180*95px logo? Thank you.
The blog I need help with is: (visible only to logged in users)
-
You could certainly achieve that with CSS. You would upload your desired logo in your Media Library, grab the URL and then set it as a background image on the .masthead class, like:
.masthead { background: url('LinkToYourLogo.png') center left no-repeat; }CSS Customizations are a paid upgrade: http://wordpress.com/products/custom-css/
- The topic ‘Help: adding a custom logo’ is closed to new replies.