Logo

Permalink 1 user found helpful
I just want to know how to changed the name "Logo" on the left upper part of the website and replace it into a logo image. Icant edit the Logo Name. Thank you

 
Steevb replied on at Permalink Reply
Steevb
Hi,

Depends on which theme you're using.

If you have a logo you will have to call it with php or hard code it.

Theme may have an (h1) or (logo div) with a php site name and site link.

Let us know.

Steev
khattieladyspike28 replied on at Permalink Reply
OneStopAssesments Theme

Created byhttp://creationcontrol.com
khattieladyspike28 replied on at Permalink Reply
I can edit the page except for the name "Logo" at the upper left potion of the website. We have already a logo to upload but I don't know how to do it.
khattieladyspike28 replied on at Permalink Reply
Can we chat through Skype? My skype username is maimoi28
Steevb replied on at Permalink Reply
Steevb
Put your logo in your image folder.

Change your CSS in 'main.css' to call your logo.

#logoimg {
   background-image: url(images/logo.jpg); /*change logo.jpg to your logo*/
   display: inline;
   float: left;
   height: 53px; /*change this?*/
   width: 250px; /*change this*/
}


Tried Skyping?

Does that help?
khattieladyspike28 replied on at Permalink Reply
This is my first time to do web design so I am really not familiar with it. Can we try in skype? maimoi28 skype username. please add me.
khattieladyspike28 replied on at Permalink Reply
Thank you Steeve for your time. Your information is a very helpful.
JohntheFish replied on at Permalink Reply
JohntheFish
Some themes will replace the logo with a scrapbook block:

seehttp://www.concrete5.org/community/forums/customizing_c5/top-left-h...
khattieladyspike28 replied on at Permalink Reply
It didn't work.
JohntheFish replied on at Permalink Reply
JohntheFish
Assuming this is because your theme does not support the scrapbook logo, go for 55webdesign's solution.
kosmosol replied on at Permalink Reply
I am using Green salad, and gone to Stacks/Site Name as shown in various places, changed the 'sitename' text to a logo that I have already uploaded, saved, cleared the cache and it has not done anything!!!

Tried several times, this should work it isnt am I missing something??