Logo not changing

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
toolman
Forum Members
Forum Members
Posts: 51
Joined: Wed Sep 12, 2007 5:10 pm

Logo not changing

Post by toolman »

Hi there,

I cannot seem to change the header logo/background image.

I have gone through all the css templates and changed the lines:

Code: Select all

div#header h1 a {
/* you can set your own image here */
   background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px; 
but it doesnt change.

Does anyone know why this is? Also, which would be the default file to edit to change this?

Many thanks!
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Logo not changing

Post by RonnyK »

toolman,

this is the correct place to change, but keep in mind that files that you upload will end up in "uploads", so you have to change the URL to start in "uploads/" and then point to the file. Also make sure that umask is set to 002 in Global Settings, to make sure that uploaded files have correct permissions to be viewed by visitors.

Ronny
toolman
Forum Members
Forum Members
Posts: 51
Joined: Wed Sep 12, 2007 5:10 pm

Re: Logo not changing

Post by toolman »

Thank you very much :)

I have another question.. I would like to move the navigation and content area down now as it now overlaps the header. Do you know which div I need to modify?

Thanks!
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Logo not changing

Post by RonnyK »

If you changed the height of the header DIV, because your image is heigher, make sure you change both "div#header" and "div#header h1 a".

Ronny
toolman
Forum Members
Forum Members
Posts: 51
Joined: Wed Sep 12, 2007 5:10 pm

Re: Logo not changing

Post by toolman »

Thank you :)

I also want to remove the white space/padding to the left of the left nav bar and also add a column to the right of the main content area. Are you able to advise me how to do that?

Many thanks!
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Logo not changing

Post by RonnyK »

toolman,

check

http://forum.cmsmadesimple.org/index.ph ... l#msg69622

for adding a third column.

For the white space, do you have a link to see, I don't get what you mean. Or do you mean the the white space that is left/right of the pagewrapper, so on both sides of the site.

Ronny
toolman
Forum Members
Forum Members
Posts: 51
Joined: Wed Sep 12, 2007 5:10 pm

Re: Logo not changing

Post by toolman »

Thanks for the link.

I was refferring to the padding on the left and right of the wrapper. I can remove the right, but not the left.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Logo not changing

Post by Nullig »

Can you give us a link to see what's happening?

Nullig
toolman
Forum Members
Forum Members
Posts: 51
Joined: Wed Sep 12, 2007 5:10 pm

Re: Logo not changing

Post by toolman »

It's ok.. i have figured it out.
Thanks for all your help :)
Post Reply

Return to “Layout and Design (CSS & HTML)”