changing the css logo url

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Apr 09, 2013 9:15 pm
Hello

i was trying to change the css logo from the default one to another one so i did this

i went to template then opened css/template.css then i looked for and changed this

h1#gkLogo a.cssLogo {
background: url('../images/ItsYoVibe.png') no-repeat 0 0;
display: block;
height: 88px;
margin: 0;
text-indent: -999em;
width: 250px;
top: 0;
left: 0;
z-index: 1001;
float: left;
}

but it keeps showing me the same default css
i checked if the image is valid and already has been added here

Image

please help me on this one

right now i am using IMAGE option,,,please do let me know how and where can i change css logo to make my own css logo instead of the default one thanks :)
User avatar
Expert Boarder

teitbite
Wed Apr 10, 2013 1:02 am
Hi

Please change to css logo and show me Your site than.
User avatar
Moderator

GK User
Wed Apr 10, 2013 6:56 am
http://www.yovibe.com

i just changed it to css logo
you already got my access in case you want to check the files from the backend
thanks :)
User avatar
Expert Boarder

teitbite
Thu Apr 11, 2013 5:38 pm
Hi

The easiets way is to replace the image which is being loaded right now. Image is located under: http://www.yovibe.com/templates/gk_musi ... 1/logo.png

I think Your old logo file was placed in joomla /images instead of template's /images folder.
User avatar
Moderator

GK User
Fri Apr 12, 2013 10:29 am
its not working,,i did try everything,,,but it still not working and here's url of css

http://www.yovibe.com/templates/gk_musi ... YoVibe.png

the same like the other ,,i replaced it but nothing changed,,,the same default css logo still appear,,,could you please take a look at it from the backend and try to fix ? i may be doing something wrong or there's something wrong indeed

Best Regard
User avatar
Expert Boarder

teitbite
Sat Apr 13, 2013 10:17 am
Hi

Nothing is wrong. If You select a css logo than a css code needst to be added in order to make it work. Please simply add this code to override.css file:

Code: Select all
h1#gkLogo a.cssLogo {
    background: url("../images/style1/ItsYoVibe.png") no-repeat scroll 0 0 transparent;
    height: 150px;
    width: 206px;
}
User avatar
Moderator

GK User
Sat Apr 13, 2013 11:24 am
it didnt appear,,,it got blank instead of showing the css image,,but anything for now,,i may stick with Image better,,i will let you know if i need anything,,thanks again,,excellent support,,,and your replies are quite effective :)
Best Regard
User avatar
Expert Boarder

teitbite
Sat Apr 13, 2013 1:25 pm
Hi

Actually image is better for Google search result preview, but the code I gave You should work. I've copied it from Your site after trying it first. Ok. Nevermind :)
User avatar
Moderator


cron