Hello again,
I’ve encountered a strange problem. I can’t seem to change my logo.
I have tried overriding logo.png with my own version in ../templates/ja_norite/images
I have tried renaming it and changing the codes in ../templates/ja_norite/css/template.css
to the new logo name and it still doesn’t work
.ja-home h1.logo a {
background: url(../images/logo.png) no-repeat left;
height: 80px;
width: 318px;
}
I have even tried commenting off the codes but the default picture still remains.
.ja-home h1.logo a {
/* background: url(../images/logo.png) no-repeat left; */
height: 80px;
width: 318px;
}
It is as if its hard coded somewhere but I failed to find it.
However, changing the height and width works.
Anyone encountered this as well? Found a solution?