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
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.
Can we chat through Skype? My skype username is maimoi28
Put your logo in your image folder.
Change your CSS in 'main.css' to call your logo.
Tried Skyping?
Does that help?
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?
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.
Thank you Steeve for your time. Your information is a very helpful.
Some themes will replace the logo with a scrapbook block:
seehttp://www.concrete5.org/community/forums/customizing_c5/top-left-h...
seehttp://www.concrete5.org/community/forums/customizing_c5/top-left-h...
It didn't work.
Assuming this is because your theme does not support the scrapbook logo, go for 55webdesign's solution.
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??
Tried several times, this should work it isnt am I missing something??
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