Community Forums › Forums › Archived Forums › Design Tips and Tricks › Eleven40 – Custom logo image won't change ?
- This topic has 12 replies, 6 voices, and was last updated 11 years, 7 months ago by afinevo.
-
AuthorPosts
-
February 8, 2013 at 5:34 pm #19117MMMember
Hi,
RE: Eleven40 logo change URL is mikemetcalfe.co
I'm trying to insert a custom logo and have done the below:
1) Set Genesis Theme Header settings on: Image Logo
2) In my FTP manager, renamed the original logo.png, and inserted my new logo.png file
3) Logo dimensions are 265 x 78
4) Cache has been cleared to test
But the logo hasn't change. Any instructions? Thanks
February 8, 2013 at 5:43 pm #19119AnitaCKeymasterThe original logo is gone but I don't see your logo at all and I don't see it when I view the source. What file folder did you add the logo to - the original files were in the "images" file folder.
Need help with customization or troubleshooting? Reach out to me.
February 8, 2013 at 5:56 pm #19120MMMemberThks Anita. Yes, original logo file is still in
wp content > themes > eleven40 > images
And I renamed the original logo to logo1.png and the new logo to logo.png
February 8, 2013 at 6:17 pm #19124AnitaCKeymasterI just took a look at my eleven40. The PNG file you renamed is an image to use to create your own. It's not active in the site or CSS at all. So to get your logo to show up go here - replace the background with:
background: url(images/logo.png) no-repeat;
#title {
background: url(images/logo-texture.png);
border-top: 0;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
display: inline-block;
font-family: 'Oswald', arial, serif;
font-size: 30px;
line-height: 1;
min-height: 33px;
margin: 0;
padding: 18px 25px 17px;
position: relative;
text-shadow: 0 1px #96430d;
}THEN..... scroll down and remove this:
#title:before (all of it)....
...then remove:
#title:after (all of it)....
and SAVE
Need help with customization or troubleshooting? Reach out to me.
February 8, 2013 at 6:19 pm #19125AnitaCKeymasterOh, and you might want to delete this line:
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
Need help with customization or troubleshooting? Reach out to me.
February 8, 2013 at 6:25 pm #19126MMMemberThanks Anita.
Do you mean find a section on the stylesheet called 'Background' and replace as per the above?
If so, what section exactly? Lots of 'Backgrounds' showing
February 8, 2013 at 6:32 pm #19127AnitaCKeymasterOkay, go look for the big code that starts with #title as indicated above in the Style.css. Then look at that second line and replace it with:
background: url(images/logo.png) no-repeat;
Then look for the other two sections I listed previously. They should be right under the first section. Delete them both and then Save.
Need help with customization or troubleshooting? Reach out to me.
February 8, 2013 at 6:43 pm #19128MMMemberthanks!
February 15, 2013 at 11:33 pm #20640[email protected]MemberThank you Anitac,
I used your advice to install a logo for the Streamline theme at AfricanChicago.com and it worked there as well.
February 16, 2013 at 5:36 am #20659AnitaCKeymasterMarch 18, 2013 at 11:31 am #29049DavidBourneMemberThank you for this!
April 17, 2013 at 5:29 am #35917FabioParticipantHi Anitac,
I've been following your instructions on my test site first:
exclusiveskills.com
and they worked.
They I did the same exact thing on my blog
letstalksex.net
and it did NOT work??!
Could you please help me make it work on my blog too?
Thanks
Fabio
May 9, 2013 at 2:45 pm #40167afinevoMemberHello Anitac, you have helped me before and I really appreciate it.
I am attempting the same thing as the OP. I've uploaded my logo into the image folder of my eleven40 theme and renamed it logo.png and renamed the original logo1.png. I then went into my CSS to change the logo size from 78 x 265 to 90 x 350 since the one I want to use it a little bit larger. I also changed the logo from dynamic text to image.
I then followed the above instruction by replacing background: url(images/logo-texture.png); with background: url(images/logo.png) no-repeat;. I then removed all of "title before" and "title after". After all of that I'm still getting the blue background.
I thought I followed all of your directions, but obviously I've done something wrong. My site is All Garage Floors
Thanks in advance for your help,
Shea
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.