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
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