Shan
💖 Chevereto Fan
Okay so I'm a "bit" lost when it comes to changing the ShortURL header logo.
For example, http://imagize.me/6Ca
Now I first had to find where the image was located, which I could not.
However in the style.css I found;
And seeing as the ShortURL page uses the header in the .css I thought I was there.
SO I changed it.
And what happens? Nothing. I just can't where else the image would be, as I've been through the entire css and all directories.
For example, http://imagize.me/6Ca

Now I first had to find where the image was located, which I could not.
However in the style.css I found;
Code:
#shortURL #header h1 a {
display: block;
width: 126px;
height: 26px;
text-indent: -999px;
background-image: url(data:image/png;base64,lots of letters/numbers==);
}
And seeing as the ShortURL page uses the header in the .css I thought I was there.
SO I changed it.
Code:
#shortURL #header h1 a {
display: block;
width: 126px;
height: 26px;
text-indent: -999px;
background-image: url('/theme-img/shorturl.png');
}
And what happens? Nothing. I just can't where else the image would be, as I've been through the entire css and all directories.