Nexus Theme- adding a logo instead of a site title
-
Is it possible to add a company logo in the same location where the site title is located? I would rather have my logo in that box than a title.
The blog I need help with is: (visible only to logged in users)
-
it’s a premium theme : therefore, I cannot install it to test it for you but you can maybe find something around custom header images : http://en.support.wordpress.com/themes/custom-header-image/
Does it work ?
-
I was unable to find “header” under appearance. I wonder because it’s a premium theme they disable that option. Thanks though for the tip!
-
Hi there, The following will allow you to add a logo in place of the standard text title. You will have to create a logo image that is about 240px square to fit in the existing area. You then upload it to the media library, get the URL of that image and replace “URL OF IMAGE” in the background declaration below. The logo could be longer (taller) than 240px. If it is, adjust the 240px height value to match the height of the logo. Go to Appearance > Custom Design > CSS tab, delete the informational text in the CSS window, paste in the following.
#logo-area h1 { background: url("URL OF IMAGE") no-repeat scroll 0 0 transparent; height: 240px; } #logo-area h1 a { text-indent: -999px; display: block; line-height: 200px; }
- The topic ‘Nexus Theme- adding a logo instead of a site title’ is closed to new replies.